Submitted about 2 years ago
Interactive rating component main with HTML, CSS, JS
@bohodays
Design comparison
SolutionDesign
Community feedback
- @artikovPosted about 2 years ago
Hey Jungwon!
Congrats on completing the challenge! Nice work! Everything seems solid and working.
Little styling update would make it even closer to the design by adding line-height property to p tags and assigning it to 1.5 rem.
p{ line-height: 1.5rem; }
And you could add transition to smooth your animations.
transition: ease .5s;
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