---
layout: single
property_name: border-bottom-style
---
Like
Removes the bottom border.
Turns the bottom border into a sequence of dots.
Turns the bottom border into a sequence of dashes.
Turns the bottom border into a solid line.
Splits the bottom border into two lines.
Sets an inset style to the bottom border.
#border-bottom-style
border-style, but for the bottom border only.default
border-bottom-style: none;
border-bottom-style: dotted;
border-bottom-style: dashed;
border-bottom-style: solid;
border-bottom-style: double;
border-bottom-style: groove;