Hack-The-Tunnels-8 / hack-the-tunnels-oreo

hack-the-tunnels-oreo created by GitHub Classroom
0 stars 0 forks source link

Add Navbar Component #7

Closed hackthetunnelsbot[bot] closed 1 year ago

hackthetunnelsbot[bot] commented 1 year 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:

VictorOkenne commented 1 year ago

!review

AidanNelson2 commented 1 year ago

!approve

hackthetunnelsbot[bot] commented 1 year ago

Approved by @AidanNelson2

hackthetunnelsbot[bot] commented 1 year ago

This challenge unlocked the following challenges: