Design comparison
Solution retrospective
Responsive problem ,any suggestion ?
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hello Michael Kanios, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:
Avoid using more than one
h1
per page, as the h1 is the main title and can only contain one! to easily make a line break usemax-width
on the element you want!to use a
li
we have to use aul
orol
as a parent element!The main tag must be present in every HTML document so that we can recognize the main content. To fix this, wrap the main content in the main tag. Users of assistive technology will have a better navigation experience on your site thanks to the use of HTML5 landmark elements.
The remainder is excellent.
I hope it's useful. 👍
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