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

CSS grid

@anvarali1996

Desktop design screenshot for the Product preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P

@marcel-schmidt-dev

Posted

Hello and congratulations for finish this challenge.

I have a few tips to improve it:

This will remove the whitespace under the image

img{
   display: block;
}

And you should know that the body normaly fits to its content. To use grid on it, use the display height, so the content can center correcly

body{
   min-height: 100vh;
}

Hope this will help 😀😉

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