css border border-bottom-left-radius

✔️ border-bottom-left-radius CSS Style Property

המאפיין border-bottom-left-radius מעגל פינות ומגדיר את הרדיוס של הפינה השמאלית התחתונה.

דוגמא: שנה את רדיוס להפינה התחתונה השמאלית

Demo Panel:
cssguide
CSS:
HTML: 222
Syntax:

border-bottom-left-radius: length | % [length | %] | initial | inherit;

Valid values:
  • revert, revert-layer, unset, inherit, initial


Units: px, %


Js Syntax: element.style.borderBottomLeftRadius

תאימות דפדפנים

border-bottom-left-radius
הערך שנבדקChromeFirefoxEdgeCOpera
4px 5px✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️

דוגמא: שנה את רדיוס להפינה התחתונה השמאלית

Demo Panel:
cssguide
CSS:
HTML: 222