Added 'Clocko' widget

This commit is contained in:
nutty
2026-08-07 06:28:48 +10:00
parent 8ef8af4288
commit e4820dc1ca
6 changed files with 484 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
* {
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;
}