CSS Border-Right-Style Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the style of the right border of an element.

Syntax

border-right-style: [border-style];

Possible values

  • none
  • hidden
  • dotted
  • dashed
  • solid
  • double
  • groove
  • ridge
  • inset
  • outset
  • inherit

Initial Value

None

Applies To

All elements

Inherited

Yes

Media

Visual

Example

H2 {border-right-style: dotted;}


View All CSS Properties