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.
26 lines
377 B
26 lines
377 B
html {
|
|
overflow-y: scroll;
|
|
background-color: #101010;
|
|
}
|
|
body {
|
|
margin: 1em;
|
|
font-family: Arial, sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
#container > img {
|
|
margin: 4em 0 2em 0;
|
|
}
|
|
#container p {
|
|
font-size: 200%;
|
|
font-style: italic;
|
|
text-align: center;
|
|
}
|
|
#container p + p {
|
|
font-size: 150%;
|
|
}
|
|
#container p span {
|
|
font-size: 120%;
|
|
margin: 0 0.3em;
|
|
color: #00f300;
|
|
}
|