Using the first item as an example, add class attributes to the remaining list items. Each list item‘s class attribute should correspond to the borough it’s in.
Then, finish the CSS by giving each borough its own unique style.
Make sure the class attributes you add to your HTML match the class selectors in the CSS exactly!
- Bronx Zoo
- New York Botanical Garden
- Yankee Stadium
- Brooklyn Botanical Garden
- Brooklyn Museum of Art
- DUMBO
- MOMA
- The Empire State Building
- The Cloisters
- Times Square
- Citi Field
- JFK Airport
- MOMA
- South Beach
Highlight your favorite tourist attraction in each borough by adding a dotted border. Do this by using the same class for all the highlighted attractions. If you want an extra challenge add a background image to each highlighted attraction and adjust the color of the text so its legible.