psi/src/styles.css

16 lines
233 B
CSS
Raw Normal View History

2021-03-07 21:38:24 +01:00
html, body {
height: 100vh;
width: 100%;
margin: 0;
padding: 0;
position: relative;
background-color: #141414;
}
canvas {
2021-03-07 22:10:43 +01:00
width: 70%;
2021-03-07 21:38:24 +01:00
position: absolute;
2021-03-07 22:10:43 +01:00
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
2021-03-07 21:38:24 +01:00
}