#sample p span {
	font: 700 4em/1 "Oswald", sans-serif;
	letter-spacing: 0; padding: .25em 0 .325em;
	display: block; margin: 0 auto; 
	text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
	background: url(img/animated_text_fill.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	}Spice up your type with CSS Animated text — no JavaScript required —