Design comparison
SolutionDesign
Solution retrospective
I am not able to nicely border my container.
Community feedback
- @solracssPosted over 1 year ago
You don't need
flexdirection: column
on body. Setborder-radius
topx
. Having % will always create elipse if<div>
is not a square.Marked as helpful0@mister1mohitPosted over 1 year ago@solracss Your solution with border-radius worked! 🙌 Thanks for the solution. But when I remove "flex-direction: column," the next div portion is shifting to the right side, but I want it to be at the bottom. How can I manage that?
0@solracssPosted over 1 year ago@mister1mohit Ah, my bad, column is ok as you have two <div> in body. Sorry for that. I'm still learning.
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