Pure CSS glitched, noisy, analog-y text.
Forked from [Lucas Bebber](http://codepen.io/lbebber/)'s Pen [CSS Glitched Text](http://codepen.io/lbebber/pen/ypgql/).
Modified to use a background image of the "glitch" from Wreck It Ralph, with CSS filters changing the hue
Creating the multi-colored "8" with background gradients and background-clip. Sizes in EM to control the size of the icon by changing the fontsize of the element.
I wanted to try to use the blur filter to simulate depth of field. Here's the basic concept, using Filter: Blur(), transform, boxshadow: inset to enhance the effect. Any tips or ideas on improvements are welcomed.