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

Responsive Price Component with CSS Grid

@xXOsielXx

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


What are you most proud of, and what would you do differently next time?

I'm glad I used CSS Grid this time. I've used it before, but not many times.

I was using it for the price component layout:

@media only screen and (min-width: 600px) {
    .price-component {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #join-our-community {
        grid-column: 1 / 3;
    }
}

What challenges did you encounter, and how did you overcome them?

Not this time.

What specific areas of your project would you like help with?

Any feedback would be fine.

Community feedback

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