Font Properties | |
---|---|
font-family | |
monospace | |
serif | sans-serif | cursive | fantasy |
font-style | |
normal | italic | |
oblique |
font-weight | |
normal | bold | bolder | lighter | |
100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 |
font-size | |
xx-small | x-small | small | medium | large | x-large | xx-large | px | pt | pc | percentage | |
smaller | larger | em | ex | mm | cm | in | |
Percentages can be used relative to the parent element's font size. |
Color and Background Properties | |
---|---|
color | |
six-digit RGB
hexadecimal: #CC33FF
three-digit hexadecimal: #C3F intergers: rgb(204,51,255) percenage: rgb(81%,18%,100%) color name: Purple |
|
none | |
Describes the foreground color of an element's text. |
background | |
six-digit RGB
hexadecimal: #CC33FF
three-digit hexadecimal: #C3F intergers: rgb(204,51,255) percentage: rgb(81%,18%,100%) color name: Purple |
|
none |
background-color | |
six-digit RGB
hexadecimal: #CC33FF
three-digit hexadecimal: #C3F intergers: rgb(204,51,255) percentage: rgb(81%,18%,100%) color name: Purple |
|
none | |
Margins, padding, and borders are not taken into account when background colors are applied to inline elements such as text. The colors will only appear behind the text. |
background-image | |
URL | |
none | |
<BODY>, <TD>, and <DIV> elements only. |
Text Properties | |
---|---|
text-decoration | |
none | underline | line-through | relief* | shadow* | emboss* | |
overline | blink | assigning more than one value | |
(*) denotes WebTV only value |
text-align | |
left | center | right | |
justify |
vertical-align | |
sub | sup | |
baseline | top | text-top | middle | bottom | text-bottom | (percentage) |
Box Properties | |
---|---|
margin-left | |
px | pt | pc | mm | cm | in | (percentage) | |
auto | em | ex |
Positioning Properties | |
---|---|
position | |
absolute | |
relative | static | |
<DIV> only |
left | |
px | pt | pc | mm | cm | in | |
em | ex | |
<DIV> only |
top | |
px | pt | pc | mm | cm | in | |
em | ex | |
<DIV> only |
width | |
px | pt | pc | mm | cm | in | |
em | ex | |
<DIV> only |
height | |
absolute | |
relative | static | |
<DIV> only |
z-index | |
(interger "number value") | |
none | |
<DIV> only |
visibility | |
visible | hidden | |
inherit | |
<DIV> only |