CSS border-right Property


The border-right property is a shorthand property for (in the following order):

  • border-right-width
  • border-right-style (required)
  • border-right-color

CSS Syntax

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

Example -