Skip to content

Instantly share code, notes, and snippets.

@BritneyJo
Last active September 21, 2016 16:31
Show Gist options
  • Save BritneyJo/0fc7cd6b47bf78892251a39a738eaaea to your computer and use it in GitHub Desktop.
Save BritneyJo/0fc7cd6b47bf78892251a39a738eaaea to your computer and use it in GitHub Desktop.

Exercise: Favorite Cities

15 min

Create a new HTML file in today's class folder: cities.html

  • Create a heading for a new site called My Favorite Cities.
  • Create an unordered list with five of your favorite cities.
  • Create a class called incorrect that hides any HTML elements using display: none.
  • Assign the class incorrect to your least favorite city in the list.
  • Give the li elements a width of 100px and a background-color.
  • Adjust the display on the lis from inline and inline-block. What is the difference?

BONUS: Assign a font and text color to the list items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment