User:তাহমিদ/Sandbox/style.css: Difference between revisions

Content added Content deleted
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
@keyframes myOwnAnimation {
@keyframes myOwnAnimation {
from {
0% { bottom: 0; }
bottom: 0;
50% { top: 50vh; }
}
100% { top: 0; }
to {
top: 0;
}
}
}