psi/src/styles.css

14 lines
186 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 {
width: 100%;
position: absolute;
bottom: 0;
}