---
layout: single
property_name: border-style
---
Defines the style of the element's borders.
Removes the element's borders.
Turns the border into a sequence of dots.
Turns the border into a sequence of dashes.
Turns the border into a solid line.
Splits the border into two lines.
Sets an inset style to the borders.
#border-style
default
border-style: none;
border-style: dotted;
border-style: dashed;
border-style: solid;
border-style: double;
border-style: groove;