Skip to content

Instantly share code, notes, and snippets.

View devhelper's full-sized avatar
🏠
Working from home

spoilt devhelper

🏠
Working from home
View GitHub Profile
/**
* 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;