Design comparison
Solution retrospective
I would appreciate any feedback and suggestions on how I can improve my solution! 😄👋 Thank you
Community feedback
- @vanzasetiaPosted over 2 years ago
Excellent work on this solution, Isaias! Your solution is responsive and looks great! 👍
Some feedback from me.
- I recommend leaving all the
alt
empty for all the images on this site. They are decorative images which means that they don't add or contain any information so, it's best to hide them from the users of a screen reader. This way, those users won't have to listen to unrelated content. - I highly suggest specifying the
type
for everybutton
element. It's going to prevent the button from behaving unexpectedly.
I hope this helps! Keep up the good work! 👍
Marked as helpful0@IsaiasVillegasPosted over 2 years ago@vanzasetia oh that's right , I totally forgot to specify the type for the button element 😂😂. Thank you very much for your suggestions. 😄👍
0 - I recommend leaving all the
- @Sdann26Posted over 2 years ago
Esta bastante apegado al diseño y tiene buenas transiciones además que el responsive tambien funciona.
Te recomiendo que corrijas los problemas del reporte. En si estos aparecen porque siempre dentro del
body
debes tener una etiquetamain
que englobe el contenido principal de tu página en este caso la card que has hecho. Puedes meter dentro tambien eldiv
con la claseclass="attribution"
o cambiar eldiv
por unfooter
y colocarlo debajo delmain
.Por ultimo no olvides que siempre debe haber un
h1
para que no halla ningun error.Genera un nuevo reporte apenas hallas corregido esos cambios.
Suerte con tus futuros proyectos Isaias!
Marked as helpful0@IsaiasVillegasPosted over 2 years ago@Sdann26 Muchas gracias por comentar y por tus sugerencias, la verdad no entendía muy bien los problemas que decía el reporte 😂, gracias por explicar ahora ya tengo una idea de cómo corregirlos.😃
1 - @zoleee98Posted over 2 years ago
you can fix your background using background-size: contain;
also your card seems a bit larger, just simply use transform: scale(); on your card
0@IsaiasVillegasPosted over 2 years ago@zoleee98 Thank you very much for your suggestions, I will take them into account. 😄👍
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