Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Product preview card component - Solution

Rama 70

@ramavats

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I don't understand why is there some spacing under the image. Please help me if you have solution for that

Community feedback

filecc 470

@filecc

Posted

🌈 Hi and congratulations for completing a new challenge on Frontend Mentor!

The 'some spacing' under the img is because of how image are displayed in HTML. Because of the fact that they are 'inline' element . Try writing in your css

img {
    display: block;
}

and tell me if it's all solved.

I hope you'll find this helpful 👍 and happy coding! 🥰😁

1

Rama 70

@ramavats

Posted

@filecc Thanks a lot, it worked :)

0
filecc 470

@filecc

Posted

@ramavats Happy to hear that! :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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