- Create new project
-
- index.html, /css, /images, /js
- Create HTML document in index.html and add
<link>tag to local or CDN Bootstrap files. - Create a main
<div class='container'>or<div class='container-fluid'>(Rows MUST be in acontainer) - Create rows with
<div class='row'> - Within a row create colums with
<div class='col-md-*'>or other column classes(col-xs-, col-sm-, col-md-, col-lg- - Always put content inside new elements within your columns and don't add CSS to Bootstrap elements
NOTE: Always have the structure of:
.container
|_ .row
|_ .col-md-*