Created
August 26, 2014 15:12
-
-
Save fuzzyfox/06f9992a6382f35b66bf to your computer and use it in GitHub Desktop.
Revisions
-
William Duyck created this gist
Aug 26, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }