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

31 lines
452 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%;
}
2014-09-25 10:22:49 -04:00
#container {
2014-09-24 16:56:48 -04:00
position: absolute;
left: 0px;
top: 0px;
2014-09-25 13:28:27 -04:00
2014-09-24 16:56:48 -04:00
z-index: 500;
2014-09-25 13:28:27 -04:00
2014-09-25 10:22:49 -04:00
text-align: center;
2014-09-24 16:56:48 -04:00
}
2014-09-25 13:28:27 -04:00
#control {
2014-09-25 10:22:49 -04:00
display: inline-block;
2014-09-24 16:56:48 -04:00
border-radius: 10px;
2014-09-25 10:22:49 -04:00
position: relative;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
2014-09-24 16:56:48 -04:00
background: rgba(0, 0, 0, .5);
color: white;
2014-09-25 09:59:13 -04:00
font-size: 40vw;
2014-09-24 16:56:48 -04:00
}