You cannot 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
328 B
CSS
21 lines
328 B
CSS
2 years ago
|
header {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#instructions {
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
.instructions {
|
||
|
display: none;
|
||
|
/* Inconsistent with rest of content */
|
||
|
font-family: sans-serif;
|
||
|
font-weight: bold;
|
||
|
font-size: 1.25em;
|
||
|
line-height: 1.5;
|
||
|
padding: 2em;
|
||
|
background-color: silver;
|
||
|
border: 2px solid black;
|
||
|
border-radius: 1em;
|
||
|
}
|