Syntax
•
The property and value are separated by a
colon and surrounded by curly braces:
body {color: black}
•
If the value is multiple words, put quotes
around the value.
•
Separate properties with a semi-colon.
•
p {font-family: “sans serif”;
color: red}