quiz-the-word/static/style.css

22 lines
213 B
CSS
Raw Normal View History

2020-11-28 22:12:24 -08:00
.title {
text-align: center;
}
.question-text {
2020-11-28 22:12:24 -08:00
font-size: 25px;
}
.answer {
2020-11-28 22:12:24 -08:00
display: none;
}
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.difficulty {
margin: 10px;
}