Design comparison
SolutionDesign
Solution retrospective
My first challenge :) what do you think about it?
Community feedback
- @chad-millerPosted over 4 years ago
Well done! I'm actually doing this challenge now and have completed the mobile view first. How were you able to achieve the desktop layout using grid?
1@jair1823Posted over 4 years ago@chad-miller Thanks! Well i use grid-area to achieve desktop layout, is very easy https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area. In the media query I define in tag main the grid and I define the position of each card. Finally I associate each card with the area. Sorry I'm learning English :p
1@chad-millerPosted over 4 years ago@jair1823 you're welcome! And great explanation, thank you. I will check out the MDN, too!
1
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