Example

A simple border-block-width property example:

Laboratory

description & Usage

To determine the width of the border in the block area, we use the Border-block-width property.

Informations

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

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-block-width

Syntax

Values

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