Skip to content

Instantly share code, notes, and snippets.

@renzocastro
Created April 26, 2013 01:30
Show Gist options
  • Save renzocastro/5464545 to your computer and use it in GitHub Desktop.
Save renzocastro/5464545 to your computer and use it in GitHub Desktop.
css
.popup {
background-color: #fff;
width: 400px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
z-index: 99999;
}
.popup header {
background-color: #111;
color: #fff;
text-align: center;
}
.popup section {
padding: 20px;
}
.popup footer {
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment