This shorthand property sets the style of all four sides of the element's border unless there is a border image.
CSS Level | Value |
---|---|
CSS 2.1 | <border-style>{1,4}, where <border-style> is "none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", or "outset" |
CSS3 | <line-style>{1,4}, where <line-style> is "none", "hidden", "dotted", "dashed", "solid", "double", "groove", "ridge", "inset", or "outset" |