Tuesday, November 13, 2007

Cascading style sheets

I can never remember how cascading style sheets work. Usually, I find sample code on the web site I'm working on, and then mofidy it. So I don't forget, here's a style. A really ugly one, but still a style.

p {
font-family: arial;
color=red;
background-color=blue;
}

Lots of examples at w3schools.

No comments: