heading-ears/css/default.css
2024-10-12 15:28:34 +09:00

25 lines
363 B
CSS

html,
body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}
.overlay-userinput {
display: grid;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
color: white;
z-index: 2;
/* display: none; */
}