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:
parent
743d9fba9e
commit
62b21b5e68
2 changed files with 135 additions and 9 deletions
|
|
@ -24,13 +24,14 @@
|
|||
}
|
||||
|
||||
.wrap {
|
||||
display: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue