currentQuestion/css/style.css

27 lines
463 B
CSS
Raw Normal View History

2024-10-01 18:08:46 +02:00
body {
max-height: 90%;
overflow: clip;
}
#questionBox {
position: absolute;
min-height: 30pt;
left: 2.15%;
2024-10-01 18:08:46 +02:00
bottom: 5px;
width: 95%;
border-style: solid;
border-width: 3pt;
2024-10-01 18:08:46 +02:00
border-color: transparent;
border-radius: 25px;
max-height: 98%;
overflow: hidden;
}
#questionParagraph {
margin: 0;
padding: 10px;
font-family: sans;
font-size: 23pt;
2024-10-01 18:08:46 +02:00
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}