Design comparison
Solution retrospective
This was my first challenge using Bootstrap but actually only used it for a few elements - the sections and the button. I was unsure how to group all three sections together so ended up having to apply the border-radius to three sections when surely it would have been easier to apply it to just one.
Also used media queries for the first time for the mobile version.
Feedback welcome!
Community feedback
- @argelomnesPosted over 4 years ago
hey George,
nice work! You grouped the three sections correctly. You can apply border-radius to the container holding these three, which is
.row
. The trick is to addoverflow: hidden;
so you can see them applied visually.1
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