Assessment wanted for Typesetting a community school homepage-haydee

task page

my work page

thank you for your time and attention

Hello @Austin_Hart

A fancy look page you created here. :slightly_smiling_face: Congratulations!

I just have two improvements for the right nav menu:

  • The contrast of the nav items are a bit low. Making the pink darker would work.
  • It would be preferred to add following code to your nav ul li a selector. This would make the whole <li> clickable instead of only the text. Then you could also change the background color on hover.
    display: inline-block;
    width: 100%;
    

I hope that helps! Keep up the great work! :smiley:

Cheers,
Michael

thanks for your advice, that imroves a lot :smile:

1 Like

Yep, that’s much better! Great improvements :+1: