+ 1
Border radius
How to control border radius seperately for all four corners of a box using css Plz help mw.
5 odpowiedzi
+ 4
Border-radius: (top-left) (top-right) (bottom-right) (bottom-left) ;
Example :
Border-radius: 5px 10px 25px 15px;
+ 1
https://www.w3schools.com/cssref/css3_pr_border-radius.asp
You just set only one value
+ 1
Four values - border-radius: 15px 50px 30px 5px; (first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner)
(W3schools)
Doesn't work?
0
No i want to set different values for all corners
0
It doesnot work in sololearn.