Design comparison
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey Icekid35, good job completing this challenge. Keep up the good work
Your solution doesn't match the design in terms of the following
-
Your card needs to be a bit wider
-
The background color of the card should match the color specified in
style-guide.md
file -
The dice needs some padding using
padding
.
In terms of accessibility issues
-
Buttons must have text, you can fix this by specifying the
aria-label
attribute -
html tag must have the
lang
attribute like this<html lang="en">
-
Wrap all your content between
<main>
tags to get rid of the rest of accessibility issues
In terms of the validation errors then once you fix the accessibility issues your validation errors should disappear
I hope this helps Cheers
Happy coding š
Marked as helpful0 -
- @msuryaditriputraRPosted over 2 years ago
Hi Icekid35 š
You have amazing work.. Good job š then adding a copy feature and adorable icons are an impressive idea. Nice! š¤
However, i have some suggestions for u
- You should wrap the advice title with
h1
to fix your accessibility issue do you have. Page should contain a level-one heading - Add some
padding
in the copy element and addborder-radius
too. - For Divider, actually you can use the image assets but it's no big deal. Nice try to build your own divider style š
I see you have fixed your code according to the suggestion of the previous comment, but you forget to Generate a new report. Please update them š
I hope this helps. Keep it up your good work š„š„
Happy Coding ā
0 - You should wrap the advice title with
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