Bootstrap: Gallery Exercise

The goal of this exercise is to use the CSS components you've learned so far from Bootstrap to create a gallery of your work or hobbies on your website.

Part 1: Setup

  1. Make a copy of your index.html from the previous exercise.
  2. Name it gallery.html and save it in the same folder as your index.html.
  3. Delete the main content from gallery.html, but keep the header, navigation, and footer if you have it.
  4. Paste this starter code into your gallery.html instead. You will not use that exact content, but use the HTML structure as a general template for your own content.

Part 2: Create gallery!

Create cards

Bonus