Skip to content

Instantly share code, notes, and snippets.

@c4software
Created October 14, 2017 12:46
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 c4software/b9fe4cd06e99d3bff16a09260b03e149 to your computer and use it in GitHub Desktop.
Save c4software/b9fe4cd06e99d3bff16a09260b03e149 to your computer and use it in GitHub Desktop.
Centrer verticalement
.middle-centered {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-height: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment