Created
October 20, 2015 22:26
-
-
Save Metaviolet/82fe4bad486865483e6d to your computer and use it in GitHub Desktop.
CSS - Center horizontally and vertically an AP object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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