quiz-the-word/static/style.css
2020-11-28 22:12:24 -08:00

12 lines
103 B
CSS

.title {
text-align: center;
}
.question {
font-size: 25px;
}
#answer {
display: none;
}