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 component using CSS grid

@HazemHussein14

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


I am open to your feedback. 😁

Community feedback

Atif Iqbal 3,200

@atif-dev

Posted

Hi Hazem, congrats for completing the challenge. The whole card also needs to be centered. For centring container you can use code as:

body {
    min-height: 100vh;
    display: grid;
    place-content: center;
}

Or you can learn centering from here.

Hope you will find this Feedback Helpful.

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