Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
Community feedback
- @juan-mentorPosted about 2 months ago
** 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 helpful0@Rustom0Posted about 2 months ago@juan-mentor gracias la próxima vez lo intentaré de esa manera
0
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