.glitch-effect { position: relative; animation-name: glitch; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: linear; } @keyframes glitch { from { top: 2px; left: 2px; } to { top: -2px; left: -2px; } }