santa working
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user