Example

A simple border-inline-end-width property example:

Laboratory

description & Usage

We use the border-inline-end-width property to determine the width of the inner/end border.

Informations

# Description
Default Value medium
Inherited no
Animatable yes
Version CSS3
JavaScript syntax object.style.borderInlineEndWidth="10px"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-inline-end-width

Syntax

Values

Values Description
medium Determines an average margin.
thin Defines a thin margin.
thick Defines a thick margin.
length Allows the user to set the border thickness.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.