Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
IMCreator - Free Website Builder

CSS border-bottom-width

Also see the full, alphabetical list of CSS properties


The CSS border-bottom-width property allows you to set the width of a bottom border.

You can also use border-width to set the width for all sides of your element.

Note: You will also need to specify border-bottom-color and border-bottom-style before your border-bottom-width is displayed.

Syntax: border-bottom-width: <border-width>
Possible Values:
  • thin
  • medium
  • thick
  • length (for example, 1px)
  • inherit
Initial Value: Medium
Applies to: All elements.
Inherited: Yes
Media: Visual
Example: div.border-width {border-bottom-width:thick}
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this page?

  1. Link to this page (copy/paste into your own website or blog):
  2. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!