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