Bootstrap Grid System
If you have a forked copy from the original bootstrap code along, clone it down to follow along:
git clone https://github.com/<your-github-account>/bootstrap-exceptional-realty
<iframe width="640" height="480" src="//www.youtube.com/embed/3RqaVBTthuk?rel=0&modestbranding=1" frameborder="0" allowfullscreen></iframe>
If you would like to maintain your progress, make sure to push up any work you've done to your github repository:
git add .
git commit -m 'completes bootstrap code-along'
git push
View Bootstrap Grid System on Learn.co and start learning to code for free.
Last updated