Interactive Navigation Bar

My notes

This was a simple html and css project. I used flexbox to make it responsive, simple styling to meet the requirements for the project.

Instructions

Create a navigation bar out of an unordered list element, and add 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.