CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS border right width Property

CSS border-right-width Property

 

 

The border-right-width property is used to set the width of an element right border. It is always used after the border-style or border-right-style property is declared.

 

Default Value:-

 

Its default value is medium.

 

Syntax:-

 

Its syntax is:- border-right-width: medium | thin | thick | length | initial | inherit;

 

Further Explanation:-

 

Value Description
medium Specifies a medium right border.
thin Specifies a thin right border
thick Specifies a thick right border
length Allows you to define the thickness of the right border.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS