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:
Post a Comment