CSS border right

CSS border right is used to set the right border of an HTML element.

This is a shorthand property with a single setting to specify the width, style and color of the right border.


Syntax

Output

This is a paragraph to show right border property of an HTML element.


CSS border right values list

Sr. No. value Description
1 border-width Used to give the width of the border. The value of this is in px. Check the CSS border width for more detail.
2 border-style Used to give style for the border. The value of this can be from none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset. Check CSS border style for more detail.
3 border-color Used to give color for the border. The value of this can be hex color, rbga() and color label. Check CSS border color for more detail.
4 initial Used to define as the property initial value.
5 inherit Used to define the computed value of the property on the elements parent.