Skip to content

Instantly share code, notes, and snippets.

@mdang
Last active August 29, 2015 14:20
Show Gist options
  • Save mdang/e8ade60c371df19cd5fd to your computer and use it in GitHub Desktop.
Save mdang/e8ade60c371df19cd5fd to your computer and use it in GitHub Desktop.
css-positioning-exercise-1

15min

  • Create a heading for "Life Optimizer"
  • Create a horizontal navigation menu underneath with the following items:
    • Home
    • Products
    • Pricing
    • Disney Land
    • Contact Us
  • Create a class called "incorrect" that hides any HTML elements using "display: none"
  • Assign the class "incorrect" to the "Disney Land" element
  • BONUS: Assign a font and background color to the navigation menu items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment