Spaces:
Runtime error
Runtime error
File size: 259 Bytes
e3c36ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | body {
color: black;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
}
.play {
font-family: sans-serif;
font-size: 150%;
font-weight: bold;
}
.nav {
font-family: sans-serif;
}
|