css border border-left-color

✔️ border-left-color CSS Style Property

המאפיין border-left-color מגדיר את צבע החלק השמאלי של מסגרת האלמנט

דוגמא: שנה את צבע החלק השמאלי של מסגרת האלמנט

Demo Panel:
cssguide
CSS:
HTML: 222
Syntax:

border-left-color: color | transparent | initial | inherit;

Valid values:
  • currentColor, transparent

Js Syntax: element.style.borderLeftColor

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

border-left-color
הערך שנבדקChromeFirefoxEdgeCOpera
rgb(0, 0, 255)✔️✔️✔️✔️
black✔️✔️✔️✔️
silver✔️✔️✔️✔️
gray✔️✔️✔️✔️
white✔️✔️✔️✔️
maroon✔️✔️✔️✔️
red✔️✔️✔️✔️
purple✔️✔️✔️✔️
fuchsia✔️✔️✔️✔️
green✔️✔️✔️✔️
lime✔️✔️✔️✔️
olive✔️✔️✔️✔️
yellow✔️✔️✔️✔️
navy✔️✔️✔️✔️
blue✔️✔️✔️✔️
teal✔️✔️✔️✔️
aqua✔️✔️✔️✔️
transparent✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️