15 lines
233 B
CSS
15 lines
233 B
CSS
.first,
|
|
.second {
|
|
font-family: Helvetica, 'Times New Roman', sans-serif;
|
|
font-size: 28px;
|
|
}
|
|
|
|
.first {
|
|
background-color: black;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.second {
|
|
background-color: yellow;
|
|
} |