Submitted 22 days agoA solution to the Four card feature section challenge
Building four card feature section with CSS grid and flexbox
@kamaleddy

Solution retrospective
What are you most proud of, and what would you do differently next time?
I’m happy with my use of CSS Grid to create a responsive layout that adapts well between mobile and desktop. Next time, I’d refine the grid layout using named grid areas instead of manual row/column numbers, so the code is easier to read and maintain.
What challenges did you encounter, and how did you overcome them?One challenge I faced was getting the grid layout to align exactly as shown in the design. To solve the issue, I used CSS Grid with explicit row and column placements at the desktop breakpoint.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Kamal Eddy's solution.
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