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