Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created August 29, 2019 19:36
Show Gist options
  • Save nanotroy/76eebfab3d8076bb5b29a7af8aa8f49f to your computer and use it in GitHub Desktop.
Save nanotroy/76eebfab3d8076bb5b29a7af8aa8f49f to your computer and use it in GitHub Desktop.
body {
margin: 0 auto;
max-width: 1000px;
background: url('assets/img/sandbox.png') no-repeat center;
display: flex;
flex-direction: column;
height: 100%;
font-family: 'Source Sans Pro', calibri, Arial, sans-serif !important;
min-height: 550px;
}
.content {
flex: 1 0 auto;
}
footer {
padding: 10px 0;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment