Submitted almost 2 years ago
3-column preview card component using HTML and CSS
@Sameermd16
Design comparison
SolutionDesign
Solution retrospective
I was confused whether to use flex box or grid for the project. I went with the flex box model.
Community feedback
- @noonecaresman023Posted almost 2 years ago
Hi, Sameer! I would generally avoid using too many divs and vague container names for practice try to use other semantic html elements too and specific name for classes. Here's a resource that made me understand which one to use in a scenario: https://www.youtube.com/watch?v=3elGSZSWTbM&ab_channel=KevinPowell Also, as my general rule: I use flexbox for 1 dimension and grid for 2 dimensional. Your work looks great! Happy Coding!
0
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