CSS - Selektory klas - element
h1.black {
color: #000000;
}
Odd Ox
h1.black {
color: #000000;
}
.black {
color: #000000;
}
class selector