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.
33 lines
380 B
33 lines
380 B
body {
|
|
background-color: #e8eef7;
|
|
padding: 2em;
|
|
}
|
|
|
|
#quiz {
|
|
padding: 1em;
|
|
background-color: white;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.question {
|
|
margin: 3em;
|
|
}
|
|
|
|
.question-string {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.center-block {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
textarea {
|
|
width: 75%;
|
|
height: 9em;
|
|
}
|
|
|
|
input {
|
|
width: 75%;
|
|
} |