CSS Property: border-bottom-style
The style of the bottom border of a box.
Possible Values
Value | Description |
---|---|
none | No border. |
solid | Solid line. |
dotted | Series of dots. |
dashed | Series of dashes. |
double | Two solid lines. |
groove | Representation of a carved groove. Opposite of |
ridge | Representation of an embossed ridge. Opposite of |
inset | Representation of an inset depression. Opposite of |
outset | Representation of an outset extrusion. Opposite of |
hidden | Used with tables. Same as |
inherit | |
initial | |
unset |
Example
.trout { border-bottom-style: none; }