Design comparison
SolutionDesign
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Shehab, It looks good!... You have
accessibility issues
that need to fix.- Documents must have <title> element to aid in navigation
<head> //... <title>3-column preview card component | Frontend Mentor</title> </head>
- Using more than one
<h1>
is allowed by the HTML specification, but is not considered a best practice. Using only one<h1>
is beneficial for screenreader users.
---> Multiple
<h1>
elements on one pageI hope this is helpful to you... Keep coding๐
1 - @OkaforRaphPosted over 2 years ago
Hey Shehab, congratulations on completing the challenge! You did a great job ๐
Just a tip for optimizing your code:
- Always make use of relative units of measurement like "rem" instead of px.
Hope this help! Happy coding ๐
0
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