Skip to content

Instantly share code, notes, and snippets.

@mucahit
Created July 17, 2015 11:45
Show Gist options
  • Save mucahit/a346a1516ddc6729740f to your computer and use it in GitHub Desktop.
Save mucahit/a346a1516ddc6729740f to your computer and use it in GitHub Desktop.
vertical-align center helper
.vertical-center{
display:flex;
justify-content:flex-end;
align-items:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment