Design comparison
Solution retrospective
Hello! This is already my third challenge, any advice or recommendation of good practices when coding is welcome :)
Community feedback
- @BonreyPosted over 3 years ago
Hello, Kevin! Wow, your site looks really awesome. Congrats on this one! π₯³ I especially liked the animation in the beginning. π
Just a couple of things I'd suggest:
- Get rid of your validation error by changing your
section.rateds
to div. I think that'd be more semantically correct, since everysection
tag should contain a heading, and here there's none. - Well, that's just my opinion, but I'd probably avoid stacking stars on top of each other on smaller screens. In one row, they look somewhat better βββββ
Everything else is smooth and responsive. Great work and good luck with your coding! π¨βπ»
1@kefer16Posted over 3 years ago@Bonrey Hi, thank you very much. π I took your suggestions, I already fixed the HTML semantics error (I changed the "section" tag to "div") and I modified the stars so they wouldn't stack on top of each other. Thank you so much for helping me improve my coding. π»
0 - Get rid of your validation error by changing your
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