Grid Layout Code-Along

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/bxM1wr7y8tc?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 Grid Layout Code-Along on Learn.co and start learning to code for free.

Last updated