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 bottom width Property

CSS border-bottom-width Property

 

 

The border-bottom-width property is used to set the width of an element bottom border. It is always used with the border-style or border-bottom-style property and they must be declared before the border-bottom-width.

 

Default Value:-

 

Its default value is medium.

 

Syntax:-

 

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

 

Further Explanation:-

 

Value Description
medium Specifies a medium bottom border.
thin Specifies a thin bottom border
thick Specifies a thick bottom border
length Allows you to define the thickness of the bottom 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