Skip to content

Instantly share code, notes, and snippets.

Avatar
🏠
Working from home

spoilt devhelper

🏠
Working from home
View GitHub Profile
View dabblet.css
/**
* Typing animation with pure CSS.
* Works best in browsers supporting the ch unit.
*/
@keyframes typing { from { width: 0; } }
@keyframes blink-caret { 50% { border-color: transparent; } }
h1 {
font: bold 200% Consolas, Monaco, monospace;