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

Four-card-feature Submission

@Olokoburnfire

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I'll appreciate your opinion guys

Community feedback

Dreamleaf 230

@Dreamleaf

Posted

Looking good, I like the way you did the top border color with the ::after, very smart.

You have an alignment issue though on larger screens with the top section no being centred along with the cards. You could use CSS Grid to easily center these sections by adding the following to your .container class:

display: grid; justify-content: center;

Hope this helps!

Marked as helpful

1

@Olokoburnfire

Posted

Thanks @Dreamleaf, I'll work on the alignment issue you raised

1

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