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

Flex-box and Normal Css

@Pascal488

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


Any feedback please..

Community feedback

@pikapikamart

Posted

Hey, I see that you are aligning your container at the center right? Well what you could do is that, you could make the declaration in the body tag be

justify-content: center;
align-items: center

This way it will be centered. But if you don't want this approach you could change your .container class, remove the left property and change your margin to margin: 0 auto this way, your container will be centered since you specified the width of it ^^

0

@Pascal488

Posted

@pikamart Thanks for a feedback buddy i got you..

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