Lewis Winstone
Navigation Bar
Header Carousel
Buttons
Default Button
Dropdown Button
Block Level Button
Active/Disabled Button
Icon Button
Ghost Button
Jumbotron
Footer
Grid Layouts
Block Level Buttons
A block level button is a button which spans the entire width of its element.
Example
Block Level Button
HTML
Block Level Button
CSS
.btn-block { width: 100%; background-color: #33cccc; border: 1px solid black; color: black; text-align:center; height: 40px; } .btn-block:hover { background-color: white; }