1
0
playafri.ca/assets/styles/style.css

27 lines
356 B
CSS
Raw Normal View History

2014-09-24 16:56:48 -04:00
* { margin: 0; padding: 0; }
html, body, img, #container {
width: 100%;
height: 100%;
}
div {
position: absolute;
left: 0px;
top: 0px;
z-index: 500;
}
.button {
top: 50% !important;
left: 50% !important;
padding: 10px;
border-radius: 10px;
background: rgba(0, 0, 0, .5);
color: white;
font-size: 3em;
text-align: center;
}