Design comparison
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 ^^
Community feedback
- @NaveenGumastePosted over 2 years ago
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 helpful1 - @devsimocastlesPosted over 2 years ago
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 helpful1@codewithxaviPosted over 2 years ago@RikkaaDev Efectivamente muchísimas gracias, lo solucioné, voy a volver a actualizar la respuesta
1 - @codewithxaviPosted over 2 years ago
Muchas gracias por la respuesta, lo pruebo y te digo ^^
1
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