Example

A simple border-inline-width property example:

Laboratory

description & Usage

To determine the width of the inner border, we use the border-inline-width property.

Informations

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

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-inline-width

Syntax

Values

Values Description
medium Defines a thick border
thin Defines a thin margin.
thick Defines a thick margin.
length This gives the user access to set the thickness of the border.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.