pixelnode/public/style.css

42 lines
538 B
CSS
Raw Normal View History

2018-04-03 12:48:19 +02:00
* {
box-sizing: border-box;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
color: #ffffff;
2018-04-03 12:48:19 +02:00
}
.display {
height: 100%;
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #000000;
2018-04-03 12:48:19 +02:00
}
2018-04-04 11:57:43 +02:00
.stats {
z-index: 100;
position: absolute;
background-color: #333333aa;
2018-04-04 11:57:43 +02:00
padding: 3px;
left: 10px;
bottom: 10px;
}
2018-04-04 12:31:55 +02:00
.play {
z-index: 100;
position: absolute;
background-color: #333333aa;
2018-04-04 12:31:55 +02:00
padding: 3px;
left: 10px;
right: 10px;
top: 10px;
text-align: center;
}