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 Solution

Ana Maria 30

@anadutraoli

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Cheosphere 1,040

@Cheosphere

Posted

@anadutraoli Hello Ana Maria, your development looks great, so that the content is positioned in the center, you can apply the following css styles to the body tag:

body {
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}

Marked as helpful

7

@Warmarth

Posted

@Cheosphere Thank you for your suggestion. do you have an idea on what cause codes to break on snapshot ? making the page look disorganized. will be glad to know your idea on this.

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