UNPKG
invasion
Version:
latest (1.0.1)
1.0.1
1.0.0
get invaded by invaders in this invasion
github.com/WoleObayomi/invasion
WoleObayomi/invasion
invasion
/
css
/
style.css
13 lines
(12 loc)
•
178 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#root
{
position
: fixed;
height
:
100vh
;
width
:
100vw
;
top
:
0
;
left
:
0
; }
body
{
overflow
: hidden;
margin
:
0
!important
;
background-color
:
#222
; }