Border Width Examples

In CSS, you can specify the border-width by using a keyword:

border-width: thin
border-width: medium
border-width: thick

Or, a border-width can be specified as an exact length:

border-width: 10px
border-width: 2em