Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created September 26, 2013 15:01
Show Gist options
  • Save colmtuite/6715435 to your computer and use it in GitHub Desktop.
Save colmtuite/6715435 to your computer and use it in GitHub Desktop.
.modal {
position:absolute;
top:50%;
left:50%;
width:800px;
height:500px;
margin:-400px 0 0 -250px;
background:#fff;
border:1px solid #eee;
z-index:9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment