You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
290 B
21 lines
290 B
2 years ago
|
body {
|
||
|
font-family: verdana, helvetica, sans-serif;
|
||
|
background-color: #fff;
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
.question {
|
||
|
border: 1px solid #ddd;
|
||
|
margin: 5px;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
|
||
|
.question h3 {
|
||
|
font-weight: normal;
|
||
|
font-size: 125%;
|
||
|
}
|
||
|
|
||
|
.question ul {
|
||
|
list-style-type: none;
|
||
|
}
|