Skip to content

Instantly share code, notes, and snippets.

@jaseflow
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save jaseflow/9c7ef477ef182770f66f to your computer and use it in GitHub Desktop.

Select an option

Save jaseflow/9c7ef477ef182770f66f to your computer and use it in GitHub Desktop.
Center it!
.dead-center {
display: flex;
justify-content: center; /* main axis (horizontal) */
align-items: center; /* cross axis (vertical) */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment