Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created November 5, 2016 15:00
Show Gist options
  • Save adikahorvath/089b36e5379e868fa3ce834fc365fcad to your computer and use it in GitHub Desktop.
Save adikahorvath/089b36e5379e868fa3ce834fc365fcad to your computer and use it in GitHub Desktop.
Horizontally center with flexbox
.horizontal-center {
display: flex;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment