19 lines
193 B
CSS
19 lines
193 B
CSS
|
.number {
|
||
|
font-size: 100px;
|
||
|
height: 80px;
|
||
|
font-family: helvetica;
|
||
|
}
|
||
|
|
||
|
.question {
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
|
||
|
.answer {
|
||
|
padding-top: 30px;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
padding-top: 30px;
|
||
|
}
|
||
|
|