Hey so Im following this guide to create a type animation: http://lea.verou.me/2011/09/pure-css3-typing-animation-with-steps/. However I got to a point where the blinking cursor is there after every div element but the animation doesn't occur. Would y'all mind looking over and seeing what the issue might be.
Heres my HTML structure:
<div class="line1">
<!DOCTYPE html><span> </span>
</div>
<div class="line2">
<html><span> </span>
</div>
<div class="line3">
 <head><span> </span>
</div>
<div class="line4">
  <title>
<p>Welcome! :)</p>
</title><span> </span>
</div>
Here is a jfiddle link to my css code and html code
Thanks so much for your help !