.typping h1 { overflow: hidden; border-right: .15em solid blue; white-space:nowrap; margin: 0 self; animation: typing 6.5s steps(30, end), blink-caret .5s step-end infinite; } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: blue } }
If you need any plugin for this tutorial you can find it in the plugins page.