Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Card Usando flex

@Roggerik

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Espero seguir mejorando, aun se me dificulta usar grid, por eso use flex, espero que con la practica pueda saber como poder usarlo.

Me gusta mucho hacer paginas espero aprender bien y comenzar con JS.

espero comentarios y muchas gracias.

Community feedback

Md5 dalton 1,430

@md5dalton

Posted

Saludos Roger 👋

En el caso tuyo, CSS flex-box es suficiente y lo aplicaste bastante bien, sin embargo te sugiero que aprendas CSS grid y no te vas a arrepentir. Es muy útil saber a manejar a los dos para decidir cuando hay que usar uno sobre el otro.

Te deseo lo mejor con tú aprendizaje en JavaScript. Muy buen trabajo con la solución. 👌

Marked as helpful

0
Lucas 👾 104,420

@correlucas

Posted

👾Hello Rogger , Congratulations on completing this challenge!

I saw your preview site and I liked a lot the work you’ve done here, it's almost complete, I’ve some suggestions you can consider applying to your code:

Improve your html markup using meaningful tags to wrap the content, you can replace the div you’ve used for each card with <article>. Remember to wrap big blocks of content with semantic tags and never divs, use divs for small blocks.

To make your CSS code easier to work you can create a single class to manage the content that is mostly the same for the 3 cards (paddings, colors, margins and etc) and another class to manage the characteristics that are different (colors and icon), this way you'll have more control over then and if you need to change something you modify only one class.

✌️ I hope this helps you and happy coding!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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