Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 15, 2014 00:55
Show Gist options
  • Save lnickers2004/8428911 to your computer and use it in GitHub Desktop.
Save lnickers2004/8428911 to your computer and use it in GitHub Desktop.
CENTERED MODAL: absolute position 600px x 340px div, or modal etc
#my-absolute-centered-modal
{
top: calc(50% - 170px) !important;
height: 340px;
position: absolute;
width: 600px;
left: calc(50% - 300px) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment