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 10: | Line 10: | ||
@keyframes glitch { |
@keyframes glitch { |
||
from { |
from { |
||
top: - |
top: -1.5px; |
||
left: |
left: 1.5px; |
||
} |
} |
||
to { |
to { |
||
top: |
top: 1.5px; |
||
left: - |
left: -1.5px; |
||
} |
} |
||
} |
} |
||