Last active
July 25, 2018 08:26
-
-
Save sebastiano-guerriero/a3be6964d9c425b8f55b503ca2416c19 to your computer and use it in GitHub Desktop.
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
| .parent { | |
| position: relative; | |
| .child { | |
| width: 200px; | |
| height: 200px; | |
| position: absolute; | |
| top: calc(50% - 100px); | |
| left: calc(50% - 100px); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment