feat: New class HippieClock

Adapt everything to a class based prototype.

- Functionality of clock still missing
- Original version is hidden
- Size now is dynamic
- Parts can be added
This commit is contained in:
sthag 2026-02-28 11:31:57 +01:00
parent 743d9fba9e
commit 62b21b5e68
2 changed files with 135 additions and 9 deletions

View file

@ -24,13 +24,14 @@
}
.wrap {
display: none;
position: relative;
}
canvas {
position: absolute;
top: 0;
left: 0;
canvas {
position: absolute;
top: 0;
left: 0;
}
}
p {