Template:Glitch Text Effect/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
@keyframes glitch { |
@keyframes glitch { |
||
from { |
from { |
||
top: - |
top: -200px; |
||
left: - |
left: -200px; |
||
} |
} |
||
to { |
to { |
||
top: |
top: 200px; |
||
left: |
left: 200px; |
||
} |
} |
||
} |
} |
||