I would love to know how to fix load time, it seems that the issue could be the font.
Latest solutions
Sitio web de receta responsivo con Flex
Submitted 12 months agoQuisiera saber como aplicar las media queries sin repetir tanto código en ellas, simplemente ajustando unas pocas lineas.
Latest comments
- @Yousef-MashenaWhat specific areas of your project would you like help with?@verostrizinec
Quizas es la imagen
- @ebubz-dev@verostrizinec
Revisar que la imagen no está cargada. Además el background-color no aplica a todo el contenedor. Y no tiene margin-top. Lo demas todo ok!!
- @Mar1362@verostrizinec
Excelente, ahora que veo en mi proyecto no utilicé el link de redes sociales. Muy bien organizado.
- @hamzafrontendWhat are you most proud of, and what would you do differently next time?
I am able to complete the design that is almost close to the reference design, I would improve it with time.
What challenges did you encounter, and how did you overcome them?I was not able to center the card along the y-axis, I was already using display flex, align-items, and justify-content center, but still, it was not centering the card along the y-axis. I fixed it by giving 100% height to the body and HTML.
What specific areas of your project would you like help with?I want to improve the way I write the code and improve responsiveness, any kind of feedback is welcome, thanks.
@verostrizinecCon respecto al centrado, me pasó lo mismo y utilicé la misma solución. Creo que te quedó muy bienn!! El código se ve bien también.
Marked as helpful - @CodeWMasikaJWhat are you most proud of, and what would you do differently next time?
Proud of:
- being able to spot mistakes throught code
- being able to understand how to use position rules
- being able to correclty use hsl colors
- understanding how to use flex box properties such as justify-content as well as position
- understanding how to use padding and margin properties
Challenge:
- using the correct properties for position such as absolute and relative
Solution:
- I came to understand that a relativley positioned parent element allows you to position its child element more easily with position: absolute;. The child will be positioned relative to the nearest ancestor with position: relative;.
(To understand this further take a loot at the css file and find where i have inserted relatie and absolute on the parent and the child element. The first div being the parent element).
Challenge:
- Centering the image and creating space around the elements
Solution:
- i figured out that i could use a margin property to create space on either the left, top, right and bottom side of the picture as well as the paragraph elements.
I would like help with understanding css a bit more interms of being aware of what properties can be used when some cant or what propeties need to be used in order to create and make things responsive.
i would also like a better understanding of how to code and style code in simpler ways.
@verostrizinecEl HTML está bien estructurado. Quizas en el css hubiera utilizado menos codigo como por ejemplo los margin, y centrarlo con flexbox. Lo demas lo veo correcto.