Design comparison
SolutionDesign
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Damilola, It looks good!...
You have some
accessibility issues
that need to fix.Page should contain a level-one heading
, Changeh4
toh1
You should always have oneh1
per page of the document.- This
<div class="dice"></div>
Should bebutton
...Buttons
are used for actions, and I suggest you addcursor: pointer;
to thebutton
, Thecursor
indicates to users there is an action that will be executed when clicking on it.
I hope this is useful to you... Keep coding👍
Marked as helpful0@activus-dPosted over 2 years ago@Bayoumi-dev I've made the required corrections now
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