Skip to content

Instantly share code, notes, and snippets.

@wteuber
Created November 16, 2015 10:16
Show Gist options
  • Save wteuber/dbd3436fb99701283795 to your computer and use it in GitHub Desktop.
Save wteuber/dbd3436fb99701283795 to your computer and use it in GitHub Desktop.
solidatité
document.body.setAttribute('style', 'margin:0;padding:0;'); document.body.innerHTML = '<body style="margin:0;padding:0;"><div style="width: 100vw;height: 100vh;display: table;"><div style="background: #00f;width: 33%;display: table-cell;"></div><div style="background: #fff;width: 33%;display: table-cell; color: #CCC;text-align:center;vertical-align:middle;font-size: 12vh;">Solidarité</div><div style="background: #f00;width: 33%;display: table-cell;"></div></div></body>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment