CSS Border Property

The CSS border property it’s a shorthand that sets an element’s border. You’ll be able to set the values of border-width, border-style, and border-color. I have a 4px dashed red border Values border-width: Sets the thickness of the border. Defaults to medium if absent. border-style: Sets the style of the border. Defaults to none if absent. border-color: Sets […]