Instructions:
- Work in the existing
index.html
file - Create a simple page using bootstrap! Use the mockup image as a guide.
- Your page must include the following bootstrap components: a banner, a navigation bar, a simple flex layout and cards!
- You shouldn't have to use any CSS to make this page!
- Refer to bootstrap documentation for more info.
⌛ Give it a minute. As long as you see the orange dot
on top, CodeBuddy is still processing. Refresh this page to see it's current status.
This is what CodeBuddy found when running your code. It is to show you what you have achieved and to give you hints on how to complete the exercise.
Status | Check |
---|---|
Index file should contain appropriate meta tags | |
Index file Should contain a title tag that is not empty | |
Bootstrap CDN Should be present |
Status | Check |
---|---|
Page should use flex layout | |
Bootstrap Nav Component should be present on the page | |
Page Should Contain 3 Columns | |
Page Should contain 4 Cards | |
Page Should contain a Footer section |