border-bottom-width

The border-bottom-width property sets the width of an element's bottom border.

border-bottom-width: thin | medium | thick | <length> | inherit
Initial: medium
Applies To: all elements
Inherited: no
Percentages: NA
Media: visual

DOM

Δ

[window.]document.getElementById("element-id").style.borderBottomWidth = "border-bottom-width";

Example | length

Δ

Example | medium

Δ

Example | thick

Δ

Example | thin

Δ

Example | DOM

Δ

References

Δ