Skip to content

Instantly share code, notes, and snippets.

@seoyoochan
Created July 14, 2015 09:11
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 seoyoochan/74e9e711f3dba1ae69f7 to your computer and use it in GitHub Desktop.
Save seoyoochan/74e9e711f3dba1ae69f7 to your computer and use it in GitHub Desktop.
How to center absolute positioned element
.container
{
position: absolute;
width:40%;
margin: 0 auto;
left: 0;
right: 0;
}
// set left, right to 0 and specify width!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment