Submitted over 1 year ago
Single Price Grid Component Using CSS Grid and Flexbox
@humbl3LilaS
Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago
There is need to give the pain a padding value the value of the min-height is
100vh
.in the media query for the desktop design, give .grid-container grid template-columns: 1fr 1fr, there is no need for grid-template-rows. Assign .section a grid-column: 1 / 3.
@media (min-width: 750px) { .grid-container{ grid-template-columns: 1fr 1fr; }
There is no need to redeclare the min-height in the media query.
Hope am helpful.
Well done for completing this challenge. 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