Feedback is much appreciated
Hi @Zionmusa
Here are a few issues I noticed with your code:
- Do not nest list item elements in paragraph elements.
- Two issues with a property in the
body
selectorfont-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)
- 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