CSS border-inline-end

Previous Next

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

Click the property values below to see the result:

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

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