Sets the width of an element's four borders. This property can have from one to four values. This is a shorthand property for setting values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
Overview tablemedium, for all 4 values
borderWidth
border-width: <border-top-width> <border-right-width> <border-bottom-width> <border-left-width>
border-width: <width>
border-width: medium
border-width: thick
border-width: thin
cm
, mm
, in
, pt
, or pc
) or a relative units designator (em
, ex
, or px
). For more information about the supported length units, see [Values and Units Reference].
CSS border width values.
.medium { border-width: medium; }Usage.thin {
border-width: thin;
}.thick {
border-width: thick;
}.width {
border-width: 10px;
}.various {
border-width: thick medium thin 10px;
}
* Up to four different widths can be specified, in the following order: top, right, bottom, left.
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4