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

border-block-width

Description

The border-block-width property for CSS is shorthand for border-block-start-width and border-block-end-width.

Syntax

CSS

border-block-width: value;

JS

object.style.borderBlockWidth = "value";

Values

<'border-block-width'> = <'border-top-width'>{1,2}
<'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