Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
-
To identify the main content of you site you will want to wrap your entire component inside the Main Element.
-
The proper way to build this challenge is to create a Form and inside of it, the “rating buttons” should be built using an Input Radio and it should have a Label Element attached to it.
If you have any questions or need further clarification, let me know.
Happy Coding! 👻🎃
Marked as helpful1 -
- @anhtuanbuiPosted about 2 years ago
Hi Nenad,
Your solution is looking good. But I noticed some things that you might want to change to fit the design:
- The background around numbers should have same height and width so it's round when you use
border-radius: 50%
. This happened the same on the star. - You should increase boder-radius of the submit button so it is the two sides are round
Happy Coding
1 - The background around numbers should have same height and width so it's round when you use
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