CSS BORDER-BOTTOM-COLOR - CSS3 Examples

CSS BORDER-BOTTOM-COLOR

Written by jon on 12:10 AM
This property controls the color of the bottom border of an element’s rendering box. If no border-color is specified for an element’s border, the value of the ‘color’ property is used instead.

Example
div { border-bottom-color: green }

<div style=”border-bottom-color: #008000″>this is green</div>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
transparent The border is transparent (with any accompanying ‘border-width' thickness) - eg: elements below it shine through.
[color] Sets the border to the indicated color value.

Related Posts by Categories



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

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

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