+ 2
border-radius
see landing page gradient coloured box border-radius of link below. I want this type border radius without svg. Please guide me.(see in desktop mode) https://themes.startbootstrap.com/sb-ui-kit-pro/
1 Antwort
+ 2
Set border-radius only for bottom-right and bottom-left
p{
border-radius : 0px 0px 30px 30px;
}
Hope this helps:)