Four card with css grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@wraith-wall
The solution includes semantic HTML, looks accessible and the layout looks well on a range of screen sizes. The code is well-structured, readable, and reusable. The solution differs from the design slightly, but looks even better than the design.
- @ramiadi
i see you that the icons (images are on the left side, not right). Personally i wouldnt make a div for the images. Instead of making a div, just put img there and in the css: float:right; to make the image on the right side.
Your code is easily and well readable. Same goes with the design.
I like you use different media queries for different sizes!
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