Skip to content

Instantly share code, notes, and snippets.

@yoavweiss
yoavweiss / dabblet.css
Last active August 29, 2015 14:20 — forked from LeaVerou/dabblet.css
Media query to detect full screen mode!
/**
* Media query to detect full screen mode!
* Y U NO WORK Chrome??
* Firefox, you’re lovely.
*/
body {
background: red;
font: bold 400% Helvetica Neue, sans-serif;
color: white;