
Interactive rating component using vanilla js
Design comparison
Solution retrospective
That i made it in a short amount of time. Better naming of classes and ids.
Community feedback
- @thedanielkingPosted 3 months ago
Hi there, good work man. A few words on your work if you dont mind. Try working more on learning how to center your container to the middle. There are several ways you can but setting "Height= 100%" makes the chrome scrollable and doesnt look good in a big screen size. Other ways i center mine is using: "position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-right: -50%; " there are other ways you can. Your colors too can be improved on by matching the colors and padding used in the submit button too.
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