Submitted over 1 year ago
Single Price Grid - Vanilla HTML & CSS
@guilhermecampina
Design comparison
SolutionDesign
Solution retrospective
I tried to start with mobile first but when I was setting it up for desktop everything just broke and I had to redo it.
I preferred to use flexbox, but feel it would be possible to use CSS Grid
Anyway, I had fun! Feedbacks are welcome
Community feedback
- @OmarYYasserPosted over 1 year ago
i think when your page get smaller it get broke what about try this code @media only screen and (max-width: 700px) {
} it when page get less than 700px it will do what you want in page instead of using min max to for the @media to make the page more responsive and hope my comment was helpful for you
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