Skip to content

Instantly share code, notes, and snippets.

@Quaese
Last active September 28, 2016 08:42
Show Gist options
  • Save Quaese/ad58c4f1129d330177c560c725284640 to your computer and use it in GitHub Desktop.
Save Quaese/ad58c4f1129d330177c560c725284640 to your computer and use it in GitHub Desktop.
CSS3 - Elemente vertikal zentrieren
.vertical-align-class {
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