Skip to content

Instantly share code, notes, and snippets.

@kalkulus
Created July 20, 2018 14:07
Show Gist options
  • Save kalkulus/efbe3759ca378d0f5f063dac6757f1ba to your computer and use it in GitHub Desktop.
Save kalkulus/efbe3759ca378d0f5f063dac6757f1ba to your computer and use it in GitHub Desktop.
== 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