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

outline-width

Description

The outline-width property for CSS sets the width of an element's outline.

Syntax

CSS

outline-width: value;

JS

object.style.outlineWidth = "value";

Values

<'outline-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