OBJECTIVE |
---|
To create a responsive bootstrap grid. |
To utilize offsets and tricks for managing a grid. |
Go to http://getbootstrap.com and download the dist
folder.
- Navigate to the
dist/css/bootstrap.min.css
file. - Copy and paste it into your app folder under
/public/stylesheets/bootstrap.min.css
.
Let's create our own responsive grid example. Go to the index