Sign in
concept-collection
/
mdshare
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
mdshare
/
src
/
index.css
17 lines · 227 B
Copy
Copied
Blame
History
Raw
1
* {
2
box-sizing
: border-box;
3
}
4
5
html
,
6
body
,
7
#root
{
8
margin
:
0
;
9
height
:
100%
;
10
}
11
12
body
{
13
font-family
: system-ui, -apple-system,
'Segoe UI'
, Roboto, Helvetica, Arial,
14
sans-serif;
15
color
:
#1a1a1a
;
16
background
:
#fff
;
17
}