Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created October 15, 2016 10:35
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/c218f917731d48a9d6452b93a5dcf102 to your computer and use it in GitHub Desktop.
Save r-winkler/c218f917731d48a9d6452b93a5dcf102 to your computer and use it in GitHub Desktop.
body {
height: 2000px;
}
.box {
height: 100px;
width: 100px;
margin-bottom: 10px;
}
.container {
position: absolute;
top: 50%;
margin-top: -50px;
width: 100%;
}
.bluebox {
background-color: blue;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment