Skip to content

Instantly share code, notes, and snippets.

@matheusagcosta
Forked from iamstarkov/dabblet.css
Created May 13, 2014 19:36
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 matheusagcosta/840db462fd219a09b524 to your computer and use it in GitHub Desktop.
Save matheusagcosta/840db462fd219a09b524 to your computer and use it in GitHub Desktop.
centering with absolute position
/**
* centering with absolute position
*/
div {
width: 100px;
height: 100px;
background-color: red;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment