sdy

Delete index.css

1 -html {
2 - width: 100%;
3 - height: 100%;
4 -}
5 -
6 -body {
7 - margin: 0;
8 - padding: 0;
9 - width: 100%;
10 - height: 100%;
11 - background-color: #24262E;
12 - color: white;
13 -}
14 -
15 -#root {
16 - width: 100%;
17 - height: 100%;
18 -}
19 -
20 -code {
21 - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
22 - monospace;
23 -}