12 lines
103 B
CSS
12 lines
103 B
CSS
.title {
|
|
text-align: center;
|
|
}
|
|
|
|
.question {
|
|
font-size: 25px;
|
|
}
|
|
|
|
#answer {
|
|
display: none;
|
|
}
|