Latest solutions
Latest comments
- @yujsooSubmitted 4 months agoP@Mario-jesusPosted 4 months ago
Muy bien, solo te falto poner
object-position: left
para acomodar la imagen.0 - P@ajibade-ibrahimSubmitted 4 months ago
- @Elle-yeSubmitted 8 months agoP@Mario-jesusPosted 6 months ago
Para posicionar correctamente el "bg-pattern-quotation.svg" puedes usar
background-position-x: calc(100% - 80px);
0 - @junwei-wongSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Using flex and grid together to match the design along with responsiveness. This was one of the toughest challenge I've done so far but looking back at my code, it's not that hard to implement.
What challenges did you encounter, and how did you overcome them?Figuring out how to segment the html elements to then apply flex and grid. Mostly just brainstorming, and trial and error. I went through flexbox frogger and grid garden before attempting this challenge.
What specific areas of your project would you like help with?I felt like I overused
display:flex
andalign-items:center
A LOT in this challenge.P@Mario-jesusPosted 6 months agoSe ve muy bien, solo le falta un poco de altura a las tarjetas.
1 - @cjsentepriseSubmitted over 1 year agoP@Mario-jesusPosted 7 months ago
Muy bien, solo falto centrar la tarjeta
0 - @sigma-cmxiSubmitted 7 months agoP@Mario-jesusPosted 7 months ago
Aplica un
display: block
a la imagen o reducele elmargin-bottom
, y agrega unmargin-bottom: 128px
a la tarjeta.0