Design comparison
SolutionDesign
Solution retrospective
Feedback appreciated.
Community feedback
- @FarisPalayiPosted over 3 years ago
Looks really good and responsive.
- In my laptop, the stars are in two lines and to prevent that, add
white-space: nowrap
to.stars
class to prevent the star images' wrapping. ie. all the stars will be in one line no matter what. - Also, set the alt text to empty
alt=""
in the stars images, since it doesn't provide any context or info to users. So that assistive technologies can ignore them.link
Besides that, everything looks great. Have fun coding ✨
0@BarbelitosPosted over 3 years ago@FarisPalayi thank you so much for your great feedback! I’m going to do as you told and see how it looks!! Thanks!
1 - In my laptop, the stars are in two lines and to prevent that, add
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