@GecikaDMSubmitted over 4 years ago
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
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
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 !