https://codepen.io/alonskii/pen/mdwMGpa

I am stuck here and need some guidance on how to proceed please…

which section do you need help?

Hi @alonski !
I think you are stuck at setting up the navbar. First of all take the img out of ul. It’s supposed to be in a seperate div in nav. Then use flexbox to make the navbar look good.

#nav-bar ul{
  display: flex;
  justify-content: flex-end; 
}

Last thing, change the height of your img to 50px.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.