Design comparison
SolutionDesign
Solution retrospective
waiting for any comments thank.
Community feedback
- @gfunk77Posted 11 months ago
Great job on your solution. I looks fantastic. I noticed that the background image is repeating. You can fix this with
background-repeat: no-repeat no-repeat
You'll need no-repeat twice because you have two background images, of course. Also, I'd recommend setting your media query at a higher breakpoint, maybe 900px because the star ratings are bleeding into the main heading. Finally, in your reset you can add*, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box }
and remove the extra
* { margin: 0; padding: 0; }
Great job!!!
Marked as helpful0
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