The border-style shorthand CSS property sets the line style for all four sides of an element's border.
This property is a shorthand for the following CSS properties:
border-top-styleborder-right-styleborder-bottom-styleborder-left-style
The border-style property may be specified using one, two, three, or four values.
If no border style is specified, the border does not exists. We must always declare the style of border, or the other border properties will be ignored.
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style