3-column preview card component / solution / fixed without media queri
Design comparison
Solution retrospective
Hello, any feedback is welcome. This exercise was made with flex and grid. I'll try to do it with the specific columns property or only flex next time.
edit: I fixed the exercise to not use media queries and less code. Before I had made it with media queries.
Community feedback
- @vanzasetiaPosted about 2 years ago
Hi, Patosinsuerte! 👋
Good effort on this challenge! 👍
I notice that on the three-column layout, the card in the middle has some
border-radius
, and also, thebody
background color should not be white. So, I would recommend fixing these issues to make your solution looks closer to the original design.For your information, you can make this website completely responsive without any media queries. So, with flexbox and CSS
clamp
function, it is possible to make the website responsive. I recommend taking a look at my solution to know how to do it.That's it! I hope this helps! Happy coding! 🙂
Marked 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