Skip to content

Instantly share code, notes, and snippets.

@jeffreysbrother
Created August 26, 2016 16:30
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 jeffreysbrother/d89afd7d59132f2703c40c48ea0bbcdf to your computer and use it in GitHub Desktop.
Save jeffreysbrother/d89afd7d59132f2703c40c48ea0bbcdf to your computer and use it in GitHub Desktop.
align content vertically by applying this class to the content's parent container
.vertical-align {
display: flex;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment