CSS stands for Cascading Style Sheets. |
All there is to it, is that you have to remember that, the CSS syntax is made up of three parts: a selector, a property and a value. The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property can take a value. |
![]() notice the curly brackets around the property and value, also that there is a colon between them. |
![]() When you want to put more then 1 property into a tag, you separate them with semi-colon. |
| 2 very good links:
CSS-tutorial tutorial and more |
Default Style
Cloudy Style And another Style |

