Excercises about NavBar

I wanna know how to solve this

Watch the flex lectures or download the solution directly below it.
It’s basically a flex-box with a sans font-family and a media query to change flex direction, justify content to flex-end, and maybe change some margins.

1 Like

Thankyou i manage to build it with your help

please help – collapsible error please see screenshot below

  • showing collapsed menu from mobile screen to desktop screen
  • already added the max-height and opacity
    .nav__list {
    width: auto;
    display: flex;
    justify-content: space-between;
    background: white;
    max-height: 100%;
    opacity: 1;
    }