Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
VibeGame
like
33
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb1a39a
VibeGame
/
src
/
app.css
dylanebert
initial commit
794cf6c
8 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
* {
box-sizing
: border-box;
}
html
,
body
{
margin
:
0
;
padding
:
0
;
height
:
100%
;
overflow
: hidden;
}
#app
{
height
:
100vh
;
width
:
100vw
;
}