HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

border-block-end-width

Description

The border-block-end-width property for CSS specifies the border width of the block end.

Syntax

CSS

border-block-end-width: value;

JS

object.style.borderBlockEndWidth = "value";

Values

<'border-block-end-width'> = <'border-top-width'>
<'border-top-width'> = <line-width>
<line-width> = <length [0,∞]> | thin | medium | thick
<length>

Specifies the length using a number followed by a unit of measurement.

thin

A thin line.

medium

A medium line.

thick

A thick line.

Initial

medium

Examples

1 · length

2 · medium

3 · thick

4 · thin

5 · JS