HTML and CSS Reference
In-Depth Information
CSS
Version
Property
Example
background
#redFlame {background: #f00;}
CSS 1+
#blueFlame {background-color: #00f;} CSS 1+
background-color
border
div {border: 2px double red;}
CSS 1+
border-bottom
#redBottom {border-bottom: thin
solid red;}
CSS 1+
border-bottom-color
div {border: 1px solid red;
border-bottom-color:
orange;}
CSS 2+
border-color
#rainbow {border-color: red green
blue orange;}
CSS 1+
CSS 1+
border-left
#leftOut {border-left: thin dashed
red;}
border-left-color
#blueLeft {border-left-color:
#0000FF;}
CSS 2+
border-right
#rightOn {border-right: thin dashed
#f00;}
CSS 1+
border-right-color
#rightRed {border-right-color:
rgb(255,0,0);}
CSS 2+
border-top
#boxTop {border-top: thin solid
blue;}
CSS 1+
CSS 2+
border-top-color
#bluetop {border-top-color: #00f;}
box-shadow
#box1 {box-shadow: #f00 10px 10px
50px 40px;}
CSS 3+
color
#july4 {color: red;}
CSS 1+
CSS 3+
column-rule-color
#greenRule {column-rule-color:
green;}
outline
#coupon {outline: green dashed
10px;}
CSS 2+
outline-color
a:hover {outline-style: dashed;
outline-color: red;
outline-width: 1px;}
CSS 2+
scrollbar-3dlight-color
#scroll2 {scrollbar-3dlight-color:
red;}
No Spec
No Spec
scrollbar-arrow-color
#greenArrow {scrollbar-arrow-color:
green;}
T ABLE C-6 CSS Properties Supporting Color Values
Search WWH ::




Custom Search