Skip to content

Instantly share code, notes, and snippets.

@Metaviolet
Created October 20, 2015 22:26
Show Gist options
  • Select an option

  • Save Metaviolet/82fe4bad486865483e6d to your computer and use it in GitHub Desktop.

Select an option

Save Metaviolet/82fe4bad486865483e6d to your computer and use it in GitHub Desktop.
CSS - Center horizontally and vertically an AP object
.object{
position:absolute;
margin:auto;
left:0;
right:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment