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