CSS border-inline-start

Previous Next

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

Click the property values below to see the result:

border-inline-start: 5px solid red;
border-inline-start: 10px solid red;
border-inline-start: 5px dotted blue;
border-inline-start: 5px dashed blue;
border-inline-start: 15px double pink;
A demonstration on different styles of the border at the start of the inline direction.
A demonstration on different styles of the border at the start of the inline direction.
A demonstration on different styles of the border at the start of the inline direction.
A demonstration on different styles of the border at the start of the inline direction.
A demonstration on different styles of the border at the start of the inline direction.

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