CSS border-inline-start-color

Previous Next

Demo of the different values of the border-inline-start-color property.

Click the property values below to see the result:

border-inline-start-color: black;
border-inline-start-color: lightgreen;
border-inline-start-color: blue;
border-inline-start-color: #e728db;
border-inline-start-color: hsl(69, 80%, 53%);
border-inline-start-color: rgb(231, 90, 39);
A demonstration on different colors of the border at the end in the inline direction.
A demonstration on different colors of the border at the end in the inline direction.
A demonstration on different colors of the border at the end in the inline direction.
A demonstration on different colors of the border at the end in the inline direction.
A demonstration on different colors of the border at the end in the inline direction.
A demonstration on different colors of the border at the end in the inline direction.

Play more with the code in our Tryit yourself editor: Try it Yourself ❯