Skip to content

Instantly share code, notes, and snippets.

@SubZane
Last active August 17, 2016 11:30
Show Gist options
  • Save SubZane/9307cefafea4ba746a38 to your computer and use it in GitHub Desktop.
Save SubZane/9307cefafea4ba746a38 to your computer and use it in GitHub Desktop.
css center absolute
.center_absolute_positioned {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment