Design comparison
Solution retrospective
Todo comentario se agradece, asi puedo seguir mejorando. Si hay algo que pude hacer mejor no dudes en decirmelo.
Community feedback
- @kens-visualsPosted about 3 years ago
Hola @TnlComputer 👋🏻
No hablo español, desafortunadamente, así que estoy usando Google Translate para escribir esto, si hay algún error, mis disculpas 😅 Tengo algunas sugerencias sobre cómo arreglar las posiciones de un par de elementos.
- Sugeriría agregar
width: 90%
a.paragraph
, para que no abarque todo el cuadro. - Para el
.info-list
sugiero eliminarjustify-content: space-evenly;
y agregar estas dos líneas de código:
.info-list { alineación de texto: izquierda; espacio: 40px; }
estos llevarán los números al lado izquierdo del contenedor y agregarán algo de espacio entre ellos.
Espero que esto haya sido útil. Hiciste un muy buen trabajo. Saludos 👾
Marked as helpful1@TnlComputerPosted about 3 years ago@kens-visuals ahi modifique, puse el width, pero el space-evenly lo camie por el space-bettween, agrege el width 90% en .info-list, en .stat alinie a la izquierda, ahi quedo muy parecido al ejemplo.
gracias por tus sugerencias. ME han ayudado mucho.
0 - Sugeriría agregar
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