Showing
1 changed file
with
0 additions
and
23 deletions
src/index.css
deleted
100644 → 0
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 | -} |
-
Please register or login to post a comment