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

Single-price-grid

@GermanGuerrero95

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi there.

Any feedback is welcome. Thanks you very much.

Community feedback

Lawrence 180

@lwrncgmbn

Posted

Hello, you can try to remove this from .container{}:

margin: 0 auto;  
margin-top: 5rem; 

And add this to the body{} to put the container in the center without using margin-top:

display: flex;
 justify-content: center;
 align-items: center;
 min-height: 100vh;

Happy Coding 😄

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