Design comparison
Solution retrospective
There's a strange simple thing that I can't do, the border-raddius doesn't apply to my container. If anyone has a clue, would be great, thank you
Community feedback
- @ctx14Posted over 4 years ago
In your .about_us-paragraph class, remove the width, and use an unordered list to display the items under the "Why Us" heading. You'll have to remove the margin and padding for the list and set the list-style to none.
1@GecikaDMPosted over 4 years ago@ctx14 Hello, I didn't even see that it could be a list🤔 I ve change that and that looks ok - thanks for your feedback
0 - @lfaure75Posted over 4 years ago
Hi, In your container class, you should add 'overflow: hidden' as the div tags inside your container are hiding it. You should delete also the height:100% from your container class in order to display the border-radius at the bottom. You will see your border-raddius Then you will have to add some padding / marging or height in order to resize your div Hope it will help you !
0@GecikaDMPosted over 4 years ago@lfaure75 Hi, thanks for your help, I ve made somes changes and the border-radius is there👍🏻
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