Assessment wantet for Typesetting a community school homepage!

This is my work! https://codepen.io/dasserban1/pen/qBYxaOY

Thank you for your time!

Hi @das.serban

Great looking page you design here. Well done!

Here are some comments:

  • Your @font-face are fine, but the body font is very small. (Maybe your chosen font is bigger on 10px, but I can’t tell because I only see the default serif font on CodePen.)
  • section > p selects all <p>s in our section. You need the Adjacent sibling combinator (+) to achieve the goal.
  • It would be cool if the <a> inside the nav would be as large as the box so you don’t need to exactly click on the word.

Have a nice day,
Michael

1 Like