Home | Insert New Record | Login | Logout | |
FAQ
NEWS
FEEDBACK
HTML CSS PHP SQL
HTML div border color
Welcome !
HTML div border color

HTML div border color

The CSS border-color property allows you to set all four: top, right, bottom and left border color of a box. This property can have from one to four values as:
border-color: "can be any color how you like";
border-top-color: green;
border-right-color: red;
border-bottom-color: black;
border-left-color: orange;

HTML div border color - how to create - example

Syntax : border-color: <color>{1,4}
Example 1:
<!DOCTYPE html>
<html>

Users replays
0 results
- Add your answer -