18 lines
226 B
CSS
18 lines
226 B
CSS
body {
|
|
color: #ffffff;
|
|
background-color: #000000;
|
|
}
|
|
|
|
h1 > img {
|
|
height: 1.25em;
|
|
vertical-align: sub;
|
|
}
|
|
|
|
a, a:active, a:visited {
|
|
color: #00ffff;
|
|
}
|
|
|
|
#sisus {
|
|
display: grid;
|
|
place-content: center;
|
|
}
|