santa working

This commit is contained in:
MLH
2025-01-26 03:05:44 +01:00
parent 9f13a51559
commit f577c7535c
2 changed files with 140 additions and 5 deletions

View File

@ -14,4 +14,22 @@
width: 100%;
height: 100%;
pointer-events: none;
}
.santa {
position: fixed;
width: 100px;
height: auto;
z-index: 1000;
pointer-events: none;
transition: transform 0.3s;
}
.present {
position: fixed;
width: 50px;
height: auto;
z-index: 999;
pointer-events: none;
transition: top linear, opacity linear;
}