Design comparison
SolutionDesign
Solution retrospective
I'm a beginner. Please let me know if I have done something wrong in this Site
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Suraj Mourya, congratulations for your new solution!
Good work here bro!
You've done everything good, one thing you can change to make the background taking it
full width
is to add this property to thebody
-->background-size: contain;
And add this
media query
to make the pricing section break into rows to save space inside the container:@media (max-width: 340px) { .order-pricing, .pricing { flex-direction: column; } }
π I hope this helps you and happy coding!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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