<h1>CSS is awesome!</h1>
@keyframes typing {
from {
width: 0;
}
}
h1 {
width: 7.7em; /* Width of text */
animation: typing 8s;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.