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

32 lines
471 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-26 10:06:40 -04:00
#play {
2014-09-25 13:40:32 -04:00
visibility: hidden;
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-26 10:26:53 -04:00
font-size: 25vw;
2014-09-24 16:56:48 -04:00
}