Initial timer
This commit is contained in:
35
timer.css
Normal file
35
timer.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user