ARWT / css /index.css
clone3's picture
Upload 9 files
8b0b97c verified
raw
history blame
188 Bytes
html,body{
width: 100vw;
height: 100vh;
}
body{
margin: 0px;
background-color:cornflowerblue;
}
canvas {
display: block;
}
#images{
display: none;
}