13 lines
185 B
CSS
13 lines
185 B
CSS
body {
|
|
background: transparent;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#timer {
|
|
font-size: 16rem;
|
|
font-family: monospace;
|
|
color: white;
|
|
text-shadow: 2px 2px 4px black;
|
|
}
|