Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clone3
/
ARWT
like
0
Running
App
Files
Files
Community
8b0b97c
ARWT
/
css
/
index.css
clone3
Upload 9 files
8b0b97c
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
188 Bytes
html
,
body
{
width
:
100vw
;
height
:
100vh
;
}
body
{
margin
:
0px
;
background-color
:cornflowerblue;
}
canvas
{
display
: block;
}
#images
{
display
: none;
}