Assessment wanted for Responsive Web Design assessment-helpl

Here is the task page.

Hello, I’ve tried my hand at this but I’m usurer how to deal with the nav bar in header :pensive:.

Here is my code pen
, the @media{###} part below is my code.

Thanks for your time.

Hello @xsw5888xsw

you doing great

set the nav to be center and it will work fine use this

nav{
  flex:1;
  align-self:center;
}

why yours does not work cause it center the item releated to the parent but you want to align the parent which is the nav not the ul

hope that help and have a nice day

1 Like

Thanks for helping:)

you very welcome :slight_smile: