Submitted over 1 year ago
Mobile-first solution using css flexbox
@mauricioarrequena
Design comparison
SolutionDesign
Solution retrospective
is flexbox applied correctly?
Community feedback
- @waldir07Posted over 1 year ago
Hello, You can write this property better
border-radius: 1 2 3 4 ;
- 1 => rounded upper left corner
- 2 => rounded upper right corner
- 3 => rounded lower right corner
- 4 => rounded lower left corner
instead of a global sentence border-radius that apply all corners.
also u can set a width fixed to better control the width of the container Div,
you apply very well the flexbox property i think.
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