Initial timer

This commit is contained in:
2025-09-02 22:28:58 +10:00
commit 84eeb1bb81
3 changed files with 246 additions and 0 deletions

35
timer.css Normal file
View File

@@ -0,0 +1,35 @@
:root {
--break-color: #9020BA;
--focus-color: #EED59F;
--stage-color: var(--break-color);
--clip-path: none;
}
.timer-box{
height: 175px;
width: 397px;
padding: 5px;
}
.timer-time {
font-size: 100px;
font-family: Inter;
font-weight: 400;
letter-spacing: 0%;
text-align: center;
color: #453960;
}
.timer-details {
display: fill;
font-family: Inter;
font-weight: 600;
font-size: 16px;
justify-content: space-between;
align-items: center;
text-align: center;
width: 65%;
margin: auto;
color: #453960;
}