Design comparison
SolutionDesign
Solution retrospective
Any tips or improvements are welcome.
Community feedback
- @ShreykrPosted about 3 years ago
I suggest you use flexbox entirely. It's fairly easier to incorporate UI involving rows/columns using flexbox rather than going for the grid which is better for 2D matrix-like arrangement. Do check if your UI is fully responsive.
You can use flexbox as a row for the component at screen sizes greater than sm and within each card, the contents can be a column. Also, use semantic elements like <main>, <footer>, <article> ( article - within each column card) etc.
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