Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
game-test
like
3
Runtime error
App
Files
Files
Community
Omnibus
commited on
Oct 26, 2023
Commit
96edbe6
•
1 Parent(s):
be2a00b
Update game.html
Browse files
Files changed (1)
hide
show
game.html
+3
-0
game.html
CHANGED
Viewed
@@ -8,6 +8,9 @@
8
body {
9
margin: 0;
10
}
11
</style>
12
</head>
13
<body>
8
body {
9
margin: 0;
10
}
11
+
canvas {
12
+
width:100%;
13
+
}
14
</style>
15
</head>
16
<body>