2024-07-01 22:05:28 -04:00

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;
}