Example

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

Laboratory

description & Usage

To determine the width of the end border of a block, we use the Border-block-end-width property.

Informations

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

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-block-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.