Skip to content

Instantly share code, notes, and snippets.

View mofodox's full-sized avatar
💀
Scratching my head on 100vh or 100% height

Khairul Akmal mofodox

💀
Scratching my head on 100vh or 100% height
View GitHub Profile
@mofodox
mofodox / dabblet.css
Created June 7, 2012 11:04 — forked from daneden/dabblet.css
Super simple image-free screen-reader-friendly low-markup loading animation
/**
* Super simple image-free screen-reader-friendly low-markup loading animation
*/
html {
font: 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
min-height: 100%;
-webkit-font-smoothing: antialiased;
}