I'm a total CSS newb and I'm wondering if anyone has a good source for a "cheat sheet" style chart for CSS syntax? Something that shows all available options per command.

i.e. for the text-decoration:

h1 {text-decoration: overline}
h2 {text-decoration: line-through}
h3 {text-decoration: underline}

Thanks in advance.

Comments

Steven’s picture

Try the specs?
http://www.w3.org/TR/CSS1 for CSS 1.

Just hit ctrl-f in your browser, type the property name and look it up.