Design comparison
SolutionDesign
Solution retrospective
Another Frontend Mentor Solution. Feel free to leave me any helpful feedback :)
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- You should use only one
<h1>
tag per page. The<h1>
tag is the most important heading tag, This can confuse screen reader users and search engines. You can read more about this here ๐.
- The responsiveness looks excellent, but the body element shouldn't have
width: 100vw;
as it's an element that, by default, occupies 100% of the screen width. Using 100vw might lead to a horizontal scrollbar on certain devices.
- The percentage unit is not supported for the
letter-spacing
property.
I hope you find it useful! ๐
Happy coding!
Marked as helpful0@Marley-SemendePosted 12 months ago@MelvinAguilar I found the feedback useful, thanks.
0 - You should use only one
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