Skip to content

Instantly share code, notes, and snippets.

@fuzzyfox
Created August 26, 2014 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuzzyfox/06f9992a6382f35b66bf to your computer and use it in GitHub Desktop.
Save fuzzyfox/06f9992a6382f35b66bf to your computer and use it in GitHub Desktop.
CSS: Hive Berlin Maintainance Page
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment