Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:54
Show Gist options
  • Save jsmanifest/1c80fdb186bcc550c875d7b4f3a177f3 to your computer and use it in GitHub Desktop.
Save jsmanifest/1c80fdb186bcc550c875d7b4f3a177f3 to your computer and use it in GitHub Desktop.
.flex-center {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment