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.
20 lines
290 B
20 lines
290 B
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;
|
|
}
|
|
|