Files
nutty-tools/clocko/style.css
T
2026-08-07 06:28:48 +10:00

29 lines
473 B
CSS

* {
margin: 0;
padding: 0;
}
#main-container {
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
height: 95vh;
padding: 1em;
}
.timeLabel {
font-size: 40px;
text-transform: uppercase;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
/* text-shadow: rgb(0, 0, 0) 2px 2px 2px; */
color: white;
}
#line1 {
text-align: center;
}
#line2 {
text-align: right;
}