border-left-color CSS Property

border-left-color css property can set left border edge color of an element. you can also set left border color by using border-left property.

Definition Of border-left-color property:

The border-left-color is a property of CSS by which we can set the color of left border of element.

What border-left-color property can do?

This border-left-color property enables to set different color to left border of html element to make the design more pleasant and colorful. you can use either color name or hex code or rbg value.

How to use CSS border-left-color property?

Syntax:

1
border-left-color: colo

Example:

1
border-left-color:red;

How to use CSS border-left-color property in Javascript?

You can set value of border-left-color property with Javascript in following manner:

1
object.style.borderLeftColor="green&quot


Related posts

Tags: , ,

No Response

Post your response

Copyright © 2010 - 2013 Handy CSS Designed By Anotix, Powered By WordPress, all right reserved.