Design comparison
Solution retrospective
I noticed when testing out media queries, when the column becomes a row, the three column sections jump in size a little before remaining the same at the largest screen size. Any ideas how to fix this? Thanks
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Good Dennis Race Job you made it look nearly perfect to the preview
-> Just one thing Why you used
border-bottom-right-radius: 1.4em;
just you can do is border radius on whole card right? Keep up the good work!0@D-RacePosted almost 3 years ago@Crazimonk That's what I tried.
.container { border-radius: 1.4em; }
But nothing happened.
0@NaveenGumastePosted almost 3 years ago@Dennis-Race you should use another
div class="wrapper"
so it will the card and then make theborder-radius
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