border-left-width

Introduction

Used to set the width of the left border.

Usage Examples

Syntax

border-left-width: thin;
border-left-width: medium;

Values

  • thin Thin border.

  • medium Medium border.

  • thick Thick border.

  • <length> Defines the border width with a specific size.

Formal Definition

Initial value0
Applies toAll elements
Inheritedno
Animatableyes

Formal Syntax

border-left-width = <line-width>
<line-width> = thin | medium | thick | <length>

Differences from the Web

  • mdn:border-left-width
  • Does not support inherit, initial, revert, or unset.
  • Default value is 0, whereas the web default is medium.

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.