client/src/screen.css

10 lines
140 B
CSS
Raw Normal View History

2018-11-17 19:07:58 +01:00
#screen {
position: absolute;
width: 400px;
height: 300px;
border: 1px solid #000;
top: 50%;
left: 50%;
margin: -150px 0 0 -200px;
}