Design comparison
SolutionDesign
Solution retrospective
Critics are allowed
Community feedback
- @Bayoumi-devPosted over 2 years ago
It looks great Rian!...
-
I suggest you add
cursor: pointer;
to the submitbutton
, The cursor indicates to users there is an action that will be executed when clicking on it. -
Document should have one main landmark
, Contain the component with<main>
.
<main> <div class="rate-box"> //... </div> </main>
Hope this is useful to you... Keep coding👍
Marked as helpful0 -
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