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 Challenge

@scottyemberton

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

@SpartanFranco

Posted

Hola buen trabajo,el único detalle es que la imagen no ocupa todo su espacio,es porque tienes : <picture class="product__content"> ....img </picture> y <div class="product__content"> ...content </div>

con las mismas clases,y en el css la clase : .product__content { display: grid; gap: var(--content-spacing); padding: var(--content-padding); }

estas aplicándole al contenedor de la imagen un padding también, por eso se ve así la imagen, una solución sería quitarle la clase a <picture> y verás el cambio,por lo demás te quedó idéntico 👌

0

@khalifa-ltaief

Posted

the image have to take a full width of the container

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