UNPKG
blm.css
Version:
latest (1.0.1)
1.0.1
1.0.0
Styleshet to support BLM Movement
github.com/ggomaeng/blm.css
ggomaeng/blm.css
blm.css
/
index.css
13 lines
•
219 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
body
:after
{
content
:
' '
;
display
: block;
background
: white;
mix-blend-mode
: saturation;
pointer-events
: none;
height
:
100vh
;
width
:
100vw
;
position
: fixed;
top
:
0
;
left
:
0
;
z-index
:
2147483647
; }