Design comparison
SolutionDesign
Solution retrospective
I'm not sure if using h1 and h3 tags is the best practice in this case. Also, should I use a form element to wrap around the rating buttons and the submit button?
Any other feedbacks for improvement are welcome. Thanks
Community feedback
- @danielmrz-devPosted 11 months ago
Hey, @JimTK16!
Your project looks very nice.
I think your
h1
andh3
are both used correctly.The only thing I'd add in your project is
cursor: pointer;
on thenumbers
and thesubmit button
. It's quite obvious that those elements are clickable, but this makes your project even closer to the original design.I hope it helps!
Other than that, great job!
Marked as helpful1
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