8 lines
73 B
CSS
8 lines
73 B
CSS
.number {
|
|
font-family: helvetica;
|
|
}
|
|
|
|
.wrong {
|
|
background: red;
|
|
}
|