quiz-the-word/static/style.css

12 lines
103 B
CSS
Raw Normal View History

2020-11-28 22:12:24 -08:00
.title {
text-align: center;
}
.question {
font-size: 25px;
}
#answer {
display: none;
}