Example

A simple border-right property example:

Laboratory

description & Usage

We determine the side border with the border-right property.

Informations

# Description
Default Value medium none color
Inherited no
Animatable yes
Version CSS1
JavaScript syntax object.style.borderRight="5px dotted blue"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-right

Syntax

Values

Values Description
border-right-width Specifies the width of the right margin.
border-right-style Specifies the style and mode of the right margin.
border-right-color Specifies the color of the right border.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.