Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sandy-try
/
blog
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
blog
/
public
/
css
/
img-shadow.css
sandy-try
Upload 699 files
1b72d7e
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
/* 图片阴影 */
#notion-article
img
{
box-shadow
:
rgba
(
50
,
50
,
93
,
0.25
)
0px
13px
27px
-
5px
,
rgba
(
0
,
0
,
0
,
0.3
)
0px
8px
16px
-
8px
;
border-radius
:
0.5rem
;
}