Design comparison
SolutionDesign
Solution retrospective
Hey there,
Please let me know if there is anything I can improve on.
Thanks
Community feedback
- @Zy8712Posted about 1 year ago
Your site looks very nice. Only main thing I'd suggest you to change is your header from
<h2>
to<h1>
. This is because headers are meant to be used in descending order (i.e. from <h1> down to <h6>), so you shouldn't just skip over<h1>
. Each header has a default font-size but this can be changed in your css just using thefont-size
property.Hope this helps 👍
Marked as helpful1
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