Four card feature section with CSS GRID and media queris

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@nishanth1596
Nice work, Your solution will look more accurate to the design if you increase the font width of class="text", also instead of div, you can use <header></header> here which will make your code more semantic.
I am not sure about the scss, but in css, you can select multiple classes and give them the style at once like this. This will make your code more neat and short
.one img, .two img, .three img{ top: 180px; } or img{ top: 180px; }
Marked as helpful
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