Design comparison
SolutionDesign
Solution retrospective
I have problem that have unknown 5 pixels added to the image class that affected my shade class style {width 100%; height: 100%} how to fix and remove the unknown pixels? thank you :)
Community feedback
- @rubuzPosted almost 2 years ago
Hi @tnzgx,
it's not that your shade have 5 extra pixels, your .image is missing 5px on bottom. :D
Try adding aspect-ratio: 1/1; in .image class.
Regards, Matjaz
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