14 lines
195 B
CSS
14 lines
195 B
CSS
|
.inverted,
|
||
|
.fancy {
|
||
|
font-family: Helvetica, "Times New Roman", sans-serif;
|
||
|
font-size: 28px;
|
||
|
}
|
||
|
|
||
|
.inverted {
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.fancy {
|
||
|
background-color: yellow;
|
||
|
}
|