first working

This commit is contained in:
MLH
2025-01-26 03:51:43 +01:00
parent f577c7535c
commit d307249474
2 changed files with 38 additions and 45 deletions

View File

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