CSS border Border – Short property

You can set the following values in the “border” property:

Border-width Width border-style (required) style border-color ColorCopy the code

Shorthand properties

border:5px solid red; / width style color /Copy the code

Set the border color separately

border:5px solid; border-color:red pink black yellow; / up right down left /Copy the code