css border border-block-start-color

✔️ border-block-start-color CSS Style Property

המאפיין border-block-start-color מגדיר את רוחב הגבול של אלמנט בהתחלה בכיוון הבלוק.

הערה: חובה להגדיר את המאפיין border-block-start-style.

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

Demo Panel:
cssguide
CSS:
HTML: 222
Syntax:

border-block-start-color: color | transparent | initial | inherit;

Valid values:
  • currentColor, transparent

Js Syntax: element.style.borderBlockStartColor

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

border-block-start-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✔️✔️✔️✔️