mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
29 lines
473 B
CSS
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;
|
|
} |