Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 862 Bytes

personal-bio-site-2.md

File metadata and controls

19 lines (12 loc) · 862 Bytes

Personal Bio Site 2: Adding Interactive Navigation (CSS)

Prerequisite

⚠️ This exercise requires you to have completed the Personal Bio Site 1: Professional History Page and Contact Page (HTML) exercise

You will be working off of your previous iteration of your Personal Bio site.

Requirements

  1. Create 2 new HTML pages: Projects and About Me
  2. Add links to these 2 new pages to your existing navigation bar.

Update your navigation bar with the following interactivity.

  1. When the user hovers over one of the links, the color of the text should change.
  2. When the user hovers over one of the links, the background color of the element that contains the link should change.
  3. When the user clicks on one of the links, the element that contains the link should grow in size by 5px on the left and right.