forked from MarseyWorld/MarseyWorld
add spaces
parent
a228a07936
commit
8ee8121323
|
@ -530,18 +530,18 @@ body::after {
|
||||||
|
|
||||||
/* Upsidedown */
|
/* Upsidedown */
|
||||||
#canvas {
|
#canvas {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
pointer-events:none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bones */
|
/* Bones */
|
||||||
#animate{
|
#animate{
|
||||||
margin-left:45%;
|
margin-left: 45%;
|
||||||
margin-top:-5%;
|
margin-top: -5%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index:999;
|
z-index: 999;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity:0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pumpkin */
|
/* Pumpkin */
|
||||||
|
@ -550,7 +550,7 @@ body::after {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: Serif;
|
font-family: Serif;
|
||||||
text-shadow: 0 0 1px #000;
|
text-shadow: 0 0 1px #000;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fall-pumpkins-fall {
|
@keyframes fall-pumpkins-fall {
|
||||||
|
|
Loading…
Reference in New Issue