Design comparison
Solution retrospective
Nothing big changes I faced but I little bit struggle in doing the flex for large screens.
What specific areas of your project would you like help with?what are mistakes I have done and how to enhance the code little more than this . It might be more responsive , flexible code and how can I improve more better than now.
Community feedback
- @juan-mentorPosted about 2 months ago
Hola Abhi, tu código se ve fenomenal.
- No se me ocurre como mejorarlo. A lo mejor se podría hacer algo más semántico, como por ejemplo:
<main> <article class= "previewCard"> <section class= "imgSection">...</section> <section class= "details">...</section> </article> </main>
- Con lo de la imagen, yo también he tenido dificultades. Pero en mi caso porque puse un div vacío y le puse un imagen de fondo.
<div class= "hero__image></div>
.hero__image { background-image: url(" ruta de la imagen"); }
-La dificultad, radicó en que le puse una altura fija, que a la hora de aplicar flex me dió problemas.
-Sinceramente, comparando códigos, creo que el tuyo es más completo. Siento no poder ayudarte más.
Un saludo y sigue así.
Marked as helpful0@abhi123-rgbPosted about 2 months agoHey @juan-mentor , I can help you through this how to make remain our website responsive . I could suggest you to watch the videos of coder coder (https://youtu.be/vQDgoQKfdzM?si=ERnNEn0a2aMyC0Y0) which would help you to overcome the challenges.
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