12 lines
108 B
CSS
12 lines
108 B
CSS
.number {
|
|
font-family: helvetica;
|
|
}
|
|
|
|
.wrong {
|
|
background: red;
|
|
}
|
|
|
|
footer {
|
|
padding-top: 20px;
|
|
}
|