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

landing Single price grid component

muhmd 170

@unshreif

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

Venus 1,640

@VenusY

Posted

Good job on completing the challenge!

A small thing you could change is adding rounded corners on the card like the ones you see in the design.

.d1 {
  border-radius: 10px 10px 0 0;
}

.d2 {
  border-bottom-left-radius: 10px;
}

.d3 {
  border-bottom-right-radius: 10px;
}

You can change the value to whatever you see fit, I only used 10px as an example.

Hope this has been 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