My Technical Documentation project

Feedback is much appreciated

Hi @Zionmusa

Here are a few issues I noticed with your code:

  1. Do not nest list item elements in paragraph elements.
  2. Two issues with a property in the body selector font-size: "Aerial" sans-serif;
  • font-size property values need a number and a unit
  • font names go in a different property (the first font has a typo, also separate fallback fonts with a comma)
  1. to display HTML characters on a web page, the code should end with a semi-colon.

The navbar has a lot of empty space. Maybe change the layout of the links so they are more spread out.

Happy coding