CSS BORDER-RIGHT-WIDTH - CSS3 Examples

CSS BORDER-RIGHT-WIDTH

Written by jon on 11:54 PM
This property controls the thickness (width) of the right border of an element’s rendering box. Negative values are not allowed.

Example
strong { border-right-width: 10px }

<strong style=”border-right-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 right 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 right side of the element's rendering box to an explicit measurement.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS BORDER-RIGHT-WIDTH ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :