For this lab, I recommend using the Chrome inspector to check the code in the example. How does how it was written differ from how you wrote yours?
Readability of your code (1-3):
2
Does it run? (1-3):
1.5
Are best practices followed? (1-3):
1.5
Notes:
Take a look at how the navbar in the example was coded in order to make it “stick” to the top of the page when you scroll (navbar-fixed-top class).
In Bootstrap, you can nest columns inside of other columns. In this case, you could nest your jumbotron and your col-4s inside of a col-9. Then the sidebar, a col-3, will be the next element. Check the example code to see how they did it.
For this lab, I recommend using the Chrome inspector to check the code in the example. How does how it was written differ from how you wrote yours?
Readability of your code (1-3): 2 Does it run? (1-3): 1.5 Are best practices followed? (1-3): 1.5
Notes:
navbar-fixed-top
class).