HTML Dog
Skip to navigation

CSS Property: border-left-width

The width of the left border of a box, to the left of the content and padding areas and before the left margin area.

Possible Values

ValueNoteExample
[length]Should not be a negative value.10px
thin
medium
thick
inherit
initial
unset

Example


#slowworm { border-left-width: 1pt; }

Browser support