feat: New content for clock

- Add background canvas
- Add marker
- Add sections
This commit is contained in:
sthag 2026-02-25 21:13:53 +01:00
parent 8af4dc92d9
commit 6e75d9b290
3 changed files with 184 additions and 68 deletions

View file

@ -17,7 +17,19 @@
@extend .sec_main_center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.wrap {
position: relative;
width: 512px;
height: 512px;
margin: 0 auto;
}
canvas {
position: absolute;
top: 0;
left: 0;
}
p {