css 3

Icon

A comprehensive CSS 3 reference guide, tutorial, and blog
Are you a CSS expert? Want to contribute? Contact us

CSS BORDER-BOTTOM-WIDTH

This property controls the thickness (width) of the bottom border of an element’s rendering box. Negative values are not allowed.

 

Example

strong { border-bottom-width: medium }

<strong style=”border-bottom-width: 10px”>this is a test</strong>

 

Possible Values

Value Description
inherit Explicitly sets the value of this property to that of the parent.
thin | medium | thick Renders a “thin”, “medium” or “thick” border on the bottom side of the element’s rendering box. The actual thickness of these border values is not specified, but “thin” should have a smaller thickness than “medium”, which should have a smaller thickness than “thick”.
[length] Sets the width of the border on the bottom side of the element’s rendering box to an explicit measurement.

 

Leave a Reply

Pages

Sponsors


CSS3.com



Please help CSS3.com stay alive and running

Bad Behavior has blocked 2088 access attempts in the last 7 days.