quiz-the-word/static/style.css

29 lines
327 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;
}