Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created October 19, 2016 11:52
Embed
What would you like to do?
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