Skip to content

Instantly share code, notes, and snippets.

@rauhryan
Created August 1, 2013 22:38
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 rauhryan/6135978 to your computer and use it in GitHub Desktop.
Save rauhryan/6135978 to your computer and use it in GitHub Desktop.
#ex3_container { width:200px; height:200px; background-color:yellow; position:relative; }
#ex3_content { left:50%; top:50%; transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
background-color:gray; color:white; position:absolute; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment