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.
 
 
 
 
Security-Quiz/static/css/style.css

47 lines
613 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%;
}
code.terminal {
background-color: black;
color: white;
font-family: Courier, monospace;
padding: 1em;
margin: 1em;
display: block;
}
.argument {
font-family: Courier, monospace;
font-weight: bold;
}