selector {
property1: value1;
property2: value2;
}

Beispiel:
h1 {
color: blue;
font-family: helvetica;
}

p {
color: green;
}

body {
background: yellow;
}