Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created October 19, 2016 11:52
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 r-winkler/9b4b17f30c4075fd9b361c49e2403e67 to your computer and use it in GitHub Desktop.
Save r-winkler/9b4b17f30c4075fd9b361c49e2403e67 to your computer and use it in GitHub Desktop.
html, body {
background-color: lightgrey;
margin: 0;
}
.imageholder {
position: absolute;
margin: 10% auto;
width: 100%;
height: 60%;
background-color: darkblue;
}
.centering {
margin: 0 auto;
width: 40%;
height: 100%;
background-color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment