Sets the width of an element's bottom border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
Overview tablemedium
borderBottomWidth
border-bottom-width: <width>
border-bottom-width: medium
border-bottom-width: thick
border-bottom-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 CSS Values and Units Reference.
CSS border width values.
.medium { border-bottom-width: medium; }Related specifications.thin {
border-bottom-width: thin;
}.thick {
border-bottom-width: thick;
}.width {
border-bottom-width: 10px;
}
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