8. Color and Background Properties
8. Color and Background Properties
- color: color
- Set text color. Color can be in any of these forms:
#fc9
#ffcc99
rgb(255, 204, 153)
rgb(100%, 80%, 60%)
green
- background-color: color
- Set background color.
- background-image: url or none
- Set background image.
Example:
body { background-image: url("bg.png"); }
Ken Keys, CAIDA, 2006-12-01