quiz-the-word/QuizTheWord/static/style.css

33 lines
371 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;
}
2021-03-06 14:29:44 -08:00
.vertical-nav {
position: fixed;
right: 0;
writing-mode: vertical-rl;
text-orientation: mixed;
}
2021-03-18 20:08:19 -07:00
.thin-border {
border-width: 0.15em;
}