Coding the Menu Categories Page - jpjohnsonjr/learning-notes GitHub Wiki

Review of Navigation Structure

  • When user comes to font page, has the option to click on menu button or click on menu tile and end up at exactly the same place.
  • Menu categories page will list different parts of the menu
  • One of the categories is specials

Duplicating page

  • Good idea to use duplicate function from Sublime Text because all of the header and footer elements we want to remain the same. Delete out main content section and leave header and footer.

Menu Category Tiles

  • Use the overflow: hidden; to hide anything that is part of the picture that does not fit within the div.
  • Getting hover box shadow: box-shadow: 0 1px 5px 1px #cccccc;