|
|
|
This
Page Under Construction
... in the mean time check out
Dave Raggett's
Introduction to CSS
.
| value | description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| color | color name or hexadecimal RGB, i.e. #ffffff or rgb(red, green, blue) where red, green, blue are numbers from 0-255 or percentages |
||||||||||||||||||||||||
| lenght | an optional + or - followed by a number and a unit such as
|
||||||||||||||||||||||||
| number | an optional sign followed by a decimal number | ||||||||||||||||||||||||
| percent | an optional sign followed by a percentage, i.e. 80% | ||||||||||||||||||||||||
| url | url("http://somewher.com/whatever.html) |
| property | value | description |
|---|---|---|
| background | ||
| background-attachment | ||
| background-color | ||
| background-image | ||
| background-position | ||
| background-repeat | ||
| border | ||
| border-bottom | ||
| border-bottom-width | ||
| border-color | ||
| border-left | ||
| border-left-width | ||
| border-right | ||
| border-right-width | ||
| border-style | ||
| border-top | ||
| border-top-width | ||
| border-width | ||
| clear | ||
| color | ||
| display | ||
| float | ||
| font | ||
| font-family | ||
| font-size | ||
| font-style | ||
| font-variant | ||
| font-weight | ||
| height | ||
| letter-spacing | ||
| line-height | ||
| list-style | ||
| list-style-image | ||
| list-style-position | ||
| list-style-type | ||
| margin | ||
| margin-bottom | ||
| margin-left | ||
| margin-right | ||
| margin-top | ||
| padding | ||
| padding-bottom | ||
| padding-left | ||
| padding-right | ||
| padding-top | ||
| text-align | ||
| text-decoration | ||
| text-indent | ||
| text-transform | ||
| vertical-align | ||
| word-spacing | ||
| white-space | ||
| width |
Previous Chapter | Home |
Up | Next Chapter