Update style.css

This commit is contained in:
zyqunix 2025-01-20 18:57:40 +01:00 committed by GitHub
parent 43c0fddc4b
commit c52aa334ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,4 +33,30 @@ button {
width: 800px;
height: 600px;
border: 1px solid #ccc;
}
}
body {
margin: 0;
padding: 0;
}
canvas {
width: 100%;
height: 100%
}
#controls {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
background-color: rgba(0, 0, 0, 0.7);
padding: 20px;
color: white;
font-family: Arial, sans-serif;
}
input {
margin-bottom: 10px;
width: 100px;
}