Order-summary-component-main

Solution retrospective
Hola a todos, gracias por opinar y ver mi solución, os dejo un problema que me sucede. La imagen de fondo en desktop no se me acaba de ver bien cuando hago un zoom out, no llega a ocupar el 100% y no sé cómo podría arreglarlo, estaría agradecido si me pudierais ayudar con eso, muchas gracias ^^
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
Hay ! xavicoder Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Always use h1 first and then h2, h3 and so on
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful - @devsimocastles
Hola, para solucionar eso que dices, en la propiedad background-size, debes aplicar dos valores: el ancho y el alto
yo para este desafío usé un background-size: 100% 30vh; y quedó bien, puedes verlo en mi solución
Marked as helpful - @codewithxavi
Muchas gracias por la respuesta, lo pruebo y te digo ^^
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