Skip to content

Instantly share code, notes, and snippets.

@mtinra
Last active June 2, 2018 10:17
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 mtinra/ba9c41bc94f8fdc8238f9cb108e77b96 to your computer and use it in GitHub Desktop.
Save mtinra/ba9c41bc94f8fdc8238f9cb108e77b96 to your computer and use it in GitHub Desktop.
CSS Flexbox
.container {
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