Skip to content

Instantly share code, notes, and snippets.

@fuzzyfox
Created August 26, 2014 15:12
Show Gist options
  • Save fuzzyfox/06f9992a6382f35b66bf to your computer and use it in GitHub Desktop.
Save fuzzyfox/06f9992a6382f35b66bf to your computer and use it in GitHub Desktop.

Revisions

  1. William Duyck created this gist Aug 26, 2014.
    32 changes: 32 additions & 0 deletions maintainance.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    html {
    height: 100%;
    padding: 0;
    margin: 0;
    }
    body {
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    background: #fff;
    color: #aaa;
    }
    header {
    text-align: center;
    max-width: 50%;
    }
    header img {
    max-width: 30em;
    margin: 0 0 0 0;
    }
    header h1 {
    font-weight: normal;
    font-size: 1.4em;
    }
    header h2 {
    font-weight: 300;
    font-size: 2.28em;
    }