This property is a shorthand property for setting border-top-width, border-right-width, border-bottom-width, and border-left-width at the same place in the style sheet.
h1 { border-style: solid; border-width: 2px; }