Skip to content

Instantly share code, notes, and snippets.

@imiroslavov
Created November 17, 2017 12:01
Show Gist options
  • Save imiroslavov/7484828e5728b5ff0a5812f8d901f952 to your computer and use it in GitHub Desktop.
Save imiroslavov/7484828e5728b5ff0a5812f8d901f952 to your computer and use it in GitHub Desktop.
Vertical alight
.class {
position: relative;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment