30 lines
307 B
CSS
30 lines
307 B
CSS
.title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.question{
|
|
font-style: italic;
|
|
}
|
|
|
|
.answer{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.annotation {
|
|
font-style: italic;
|
|
font-size: 60%;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
}
|
|
|
|
.questions-container {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.error {
|
|
color: #881111;
|
|
}
|