Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I tried using CSS flex in this challenge.
What challenges did you encounter, and how did you overcome them?I tried as much as possible to give the solution as close to the preview. However in the div part of the flex, the border radius thing was challenging.
What specific areas of your project would you like help with?nothing as such
Community feedback
- @EMLzmilePosted 5 months ago
It's super You can use a flexbox in a body and in your container justify-content space-between Applied
body{ display: flex; justify-content: space-between; } .container { display: flex; justify-content: center; flex: 1 1 auto; /*Code after*/ }
For center your box 😁 I hope it will build
0@gayathri-v1Posted 5 months agoHello @EMLzmile , thanks for the feedback. I will try flexbox :)
0
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