Standby / style.css
TIMBOVILL's picture
Update style.css
8924699 verified
raw
history blame
245 Bytes
body {
background: black;
}
.clock {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: #ffffff;
font-size: 120px;
font-family: Stencil;
letter-spacing: 7px;
}