pixelnode/public/style.css

20 lines
204 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;
}
.display {
height: 100%;
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}