Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created October 15, 2016 10:29
Embed
What would you like to do?
body {
height: 2000px;
}
.box {
height: 100px;
width: 100px;
margin-bottom: 10px;
}
.bluebox {
background-color: blue;
position: absolute;
top: 50%;
margin-top: -50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment