Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
fixtures
/
fiber-debugger
/
src
/
index.css
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
css
15 lines
189 Bytes
Copy permalink
Copy
Raw
1
html
,
body
{
2
margin
:
0
;
3
padding
:
0
;
4
font-family
:
sans-serif
;
5
height
:
100vh
;
6
cursor
:
-
webkit-grab
;
cursor
:
-
moz-grab
;
7
}
8
9
#root
{
10
height
:
100vh
;
11
}
12
13
*
{
14
box-sizing
:
border-box
;
15
}