Line 19: | Line 19: | ||
@keyframes fall { | @keyframes fall { | ||
from { | from { | ||
− | |||
− | |||
transform: rotate(0deg); | transform: rotate(0deg); | ||
transform-origin: 50% 40%; | transform-origin: 50% 40%; | ||
Line 95: | Line 93: | ||
width: 240px; | width: 240px; | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -50px; |
animation-name: fall; | animation-name: fall; | ||
animation-duration: 6s; | animation-duration: 6s; |
Revision as of 19:46, 2 October 2018