Submitted 20 days ago
ResponsiveSinglePriceGrid_using CSS Flexbox and media queries
@mohibbullahSh0von
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
My pride was to complete this challenge easily. Next time will try grid layout technique.
What challenges did you encounter, and how did you overcome them?As I have done the mobile first approach to make the web page responsive so, the challenge was to make the design responsive in desktop view.
Hints
to overcome the challenge:
Use flex-wrap: wrap; property.
Give the first section width: 100%;
and give the rest sections flex:1; to each.
Happy coding. ; )
Community feedback
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