3-Column Preview Card Component With HTML and CSS
Design comparison
Solution retrospective
Hey everyone! I've just completed the "3-column preview card component" challenge. Any feedback and suggestions on how I can improve are very welcome!
Community feedback
- @FarisPalayiPosted over 3 years ago
Congrats on completing your first challenge 👍.
I suggest you to learn
flexbox
for layouts like this, because nowadaysfloat
is not something people use that often, and it's not as flexible asflexbox
orgrid
and creating complex site layouts is very hard withfloat
.Marked as helpful1 - @bishalmallickPosted over 3 years ago
your site doesnt work... brother...you need to make the site responsive... you need to use flexbox and media queries to get the desired output...
https://youtu.be/JJSoEo8JSnc for flexbox https://www.youtube.com/watch?v=yU7jJ3NbPdA for css media queries have a lookMarked as helpful0
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