Skip to content

Instantly share code, notes, and snippets.

@saintsGrad15
Last active September 10, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saintsGrad15/475f594a6d69fd924cb9a3d715821b46 to your computer and use it in GitHub Desktop.
Save saintsGrad15/475f594a6d69fd924cb9a3d715821b46 to your computer and use it in GitHub Desktop.
Vertically Center an Element
vertical-align: top;
display: inline-block;
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