Design comparison
SolutionDesign
Solution retrospective
Any feedback will be very well accepted.
Community feedback
- @garcialexcoPosted almost 2 years ago
Hello! Great job completing the challenge! π₯
There's a couple parts of your code that I might be able to help with:
-
Make sure to link your fonts in the head of your HTML document, then assign as necessary in the CSS file. Decreases load times!
-
Instead of
<div class="container">
, make it sematic and put<main class="main">
this will make it easier for screen readers and search engines to access your website!
Hope this helps, and keep up the great work! π Happy Coding!
Marked as helpful0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord