Created
July 20, 2018 14:07
-
-
Save kalkulus/efbe3759ca378d0f5f063dac6757f1ba 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
== HTML | |
<div class="wrapper"> | |
<div class="content"></div> | |
</div> | |
== CSS | |
.wrapper { | |
position: absolute; | |
} | |
.content { | |
position: absolute; | |
top: 50%; | |
transform: translateY(-50%); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment