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 component using HTML,CSS, and CSS flexbox

Glory Praiseโ€ข 40

@emmaglorypraise

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

P
AjeaSโ€ข 675

@AjeaSmith

Posted

Hey Glory, nice work on this challenge! I did noticed on min-width 501px the bottom boxes overlap. Iโ€™m curious if you tried using the mobile first approach. I believe it would be a much easier for you, starting off on a smaller screen and working your way to bigger screen. So for instance,

  1. On smaller screen you could add a flex-direction: column on the .sub so that theyโ€™re stacked on top of each other.
  2. Then, maybe you could add a min-width: 774px media query and change the direction of .sub by using flex-direction: row

I hope that makes sense, nonetheless you did a great job. keep up the good work! and let me know if you need help with anything.

1

Glory Praiseโ€ข 40

@emmaglorypraise

Posted

@AjeaSmith thank you for your observation.....I have made the corrections

0
Esu Gabrielโ€ข 260

@orion-esu

Posted

Nice Job Glory but try working on the responsiveness as @Ajeasmith said.

0
P
Matt Studdertโ€ข 13,611

@mattstuddert

Posted

Nice work on this challenge Glory and congrats on submitting your first solution. I hope you enjoyed the challenge!

As @AjeaSmith mentioned, the responsive CSS would definitely benefit from one final round of refinements. But overall your solution looks good! ๐Ÿ‘

0

Glory Praiseโ€ข 40

@emmaglorypraise

Posted

@mattstuddert thank you and I surely enjoyed the challenge

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