Hi please have a look on my assessment!
https://glitch.com/edit/#!/jewel-dog-honesty?path=web-font-start.html%3A1%3A0
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Typesetting_a_homepage
Hi please have a look on my assessment!
https://glitch.com/edit/#!/jewel-dog-honesty?path=web-font-start.html%3A1%3A0
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Typesetting_a_homepage
Amazing work, @Mykyta_22!
I have just one small improvement for the <nav>
. You may have noticed that the <a>
doesn’t have the full height. So when clicking on the nav item above the text, nothing happens. We can improve this by adding line-height
to nav li a
(e. g. line-height: 3;
) and removing the paddings and height from nav ul li
.
Keep up the great work
Michael