Juanka
@icyjkkAll comments
- @iNader98@icyjkk
Your solution is quite similar to the example.
In your hmtl structure i would put a more descriptive name for the class. In a small project it´s ok with list1 list2, but if you are working for a big project, this names are terrifying.
At css, i would change @media (max-width:375px) for @media (max-width:678px) because it is a better measure for bigger devices.
- P@JairRaid@icyjkk
A very good and very simple solution. In my opinion I wouldn't change anything. HTML, being a simple project, does not need any complex structure.
Marked as helpful - @Antonio-Manoel-S@icyjkk
Do you have good HTML structure. It look very similar to example, but you need to put border-radius to 'Learning' background. Also the space between author data and bottom is to small (maybe with margin-botton it solved).
Marked as helpful - P@alandiaz1829What are you most proud of, and what would you do differently next time?
El acomodo centrado con el 100vh y el Flex logre centrar mi bloque y que fuese responsivo, sin usar un mediaquery, ya que es un proyecto simple, asi se utilizaría para cuando se crea un formulario y mantener solo en el centro mi contenido, ya si llego a tener mas elementos para mover ya usaría otras formas
What challenges did you encounter, and how did you overcome them?El céntrarlo no me acordaba
@icyjkkMe parece un buen proyecto en el que la estructura HTML es sencilla y fácil de entender. Se parece bastante al ejemplo aunque los estilos no son iguales a los reales.