Design comparison
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey ChMohitKaPage good job completing this challenge. Keep up the good work.
Your solution looks good however I think you should consider the following
-
Scale your card up a little bit using the css property
transform: scale()
-
Make the font size of the cyan currency a bit bigger
-
The name of the user in the line
Creation by Jules Wyvern
should be the same color as the description
In terms of accessibility issues
-
images need alternative text, simply specify the
alt
attribute in the image tag with a good description of your image. This description will be helpful for screen-readers or if the image fails to load due to incorrect referencing. -
Wrap all your content between
<main>
tags to get rid of the other accessibility issues
Once you fix your accessibility issues then your validation issues will automatically be resolved.
I hope this helps
Cheers 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