CSS borderright Property (original) (raw)

CSS border-right Property

Last Updated : 23 Aug, 2024

The **border-right Property is a shorthand property used for all the three Properties that are given below-

**Syntax:

border-right: border-width border-style border-color|initial|
inherit;

**Property Values:

**Example: In this example, we are using the border-right: border-width border-style border-color property.

HTML `

CSS | border-right Property