CSS border Property
CSS's border property is used to style an element's border. This property is a combination of three other properties: border-width, border-style, and border-color, and can be used as a shorthand notation for these three. It sets or returns the properties border-width, border-style, and border-color.
Syntax
Property Values
| Value | Description |
|---|---|
| border-width | The width of the border is specified. The default setting is "medium." |
| border-style | The border style is specified here. The default value is "none." |
| border-color | The color of the border is specified here. The color of the text is the default value. |
| initial | This property is set to its default value. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| border | 1.0 | 1.0 | 1.0 | 4.0 | 3.5 |