Responsive features grid with HTML and CSS

Solution retrospective
I like the final results and the way the widths of the cards, the whitespace and the typography adapts to the viewport size.
What challenges did you encounter, and how did you overcome them?Specifying the values so that everything is responsive was challenging, especially in the case of margins and gaps. I used a lot of clamp()
s and calc()
s to solve this.
Although I am satisfied with the grid, I expect there would be some easier way to make the layout shifts work. I am open to any suggestions, tips & tricks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SandyAstorga
Very good work and the responsive part is great.
Join 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