Example - To add bottom padding to the row class of bootstrap.
- create a style.css file
- add the following code in style.css:
- .bottom-buffer { margin-bottom:60px; }
- make the div tag with "row" class look like this:
<div class="row bottom-buffer"></div>