
Solution retrospective
Complete it in an hour.
What challenges did you encounter, and how did you overcome them?Mostly when it comes to responsive but getting used to it.
What specific areas of your project would you like help with?I would like a feedback on the code if there is a better way for me to use it.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @juan-mentor
** Hola, Rustom0.
- La solución que has presentado es genial, y no tengo nada que pueda añadir, para ayudarte a mejorarlo. Quizás lo único que se me ocurre es que no sería mala idea encerrar la imagen dentro de un contenedor.
<div class="image-container"> <img/> </div>
- De esta forma puedes tener mayor control sobre como quieres posicionar tu imagen.
.image-container { width: 90%; } img { max-width: 100%; }
- Lo dicho, impresionante trabajo. Un saludo.
Marked as helpful
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