Skip to content

Instantly share code, notes, and snippets.

@zexeder
Created November 11, 2019 14:24
Show Gist options
  • Save zexeder/c4659c884624e859e4eba4ea66bf4caf to your computer and use it in GitHub Desktop.
Save zexeder/c4659c884624e859e4eba4ea66bf4caf to your computer and use it in GitHub Desktop.
Centering popup
div {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment