HackTheTunnels / hack-the-tunnels-forest-github-test

hack-the-tunnels-forest-github-test created by GitHub Classroom
0 stars 2 forks source link

Add Navbar Component #11

Open hackthetunnelsbot[bot] opened 11 months ago

hackthetunnelsbot[bot] commented 11 months ago

Description:

Checkout: client/src/components/Navbar to get started.

Update the navbar component to meet the following specifications:

  1. A logo image (of your choice) should be present on the left side of the navbar in place of the words "Store Logo".

  2. The navbar should be fixed to the top of the page. Meaning even if the user scrolls down, the navbar will still be visible. For this challenge, checkout the position CSS property.

  3. The "login / sign up / logout" buttons on the right of the navbar should be styled to appear "less default looking".

  4. In order to not have the logo and buttons touching the sides of the screen, the navbar should utilize the the padding CSS property.

Acceptance Criteria: