Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

CSS Grid, Flexbox, CSS Variables

@allisonkbates

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Shashi Lo 1,345

@shashilo

Posted

Great job with the usage of CSS Grid Area. Something to look into is simplifying grid-template-areas. Remove the extra areas on the left and right making it a 3x4 grid area. This way you can utilize grid-gap to space out your elements. Also, if you are going to repeat a column or row size, you can use repeat({number of grid items}, {size of grid cell}).

2

@allisonkbates

Posted

Thanks @shashilo! I'll look into making those changes :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

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