Skip to content

Instantly share code, notes, and snippets.

@Robert-IMT
Last active July 11, 2016 05:10
Show Gist options
  • Select an option

  • Save Robert-IMT/e8ab7c87e21107985454 to your computer and use it in GitHub Desktop.

Select an option

Save Robert-IMT/e8ab7c87e21107985454 to your computer and use it in GitHub Desktop.
Vertical text alignment (flex)
div {
height:100%;
width:100%;
margin:0;
display:flex;
}
div > span {
margin:auto;
font-size: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment