Skip to content

Instantly share code, notes, and snippets.

@c4software
Created October 14, 2017 12:46
Embed
What would you like to do?
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