Author: Derek Duban of www.upwithabang.com
for how-to docs on web development and free plug-in services for your site.
Property | Sample Values (see spec for more) | Example |
|---|---|---|
| font-family | sans-serif serif monospace cursive | font-family: sans-serif,serif |
| font-weight | normal bold bolder lighter | font-weight: bolder; |
| font-size | px em | font-size: 14px; |
| color | maroon, red, orange, yellow, olive, purple, fuchsia, white, lime, green, navy, blue, aqua, teal, black, silver, and gray #{hexvalue} rgb(0-255,0-255,0-255) | color: green; color: #009900; color: rgb(0,153,0) |
| border-width | px (pixels) | border-width: 5px; |
| border-style | solid dotted dashed double | border-style: dotted; |
| border-color | {a valid color value} | border-color: yellow; |
| background-color | {a valid color value} | background-color: yellow; |
| text-align | center left right | text-align: center; |

White mouse, blue background