sdy

Delete App.css

1 -
2 -.App {
3 - height: 100%;
4 - text-align: center;
5 -}
6 -
7 -.App-logo {
8 - height: 40vmin;
9 - pointer-events: none;
10 -}
11 -
12 -@media (prefers-reduced-motion: no-preference) {
13 - .App-logo {
14 - animation: App-logo-spin infinite 20s linear;
15 - }
16 -}
17 -
18 -.App-header {
19 - height: 100%;
20 - display: flex;
21 - flex-direction: column;
22 - align-items: center;
23 - justify-content: center;
24 -}
25 -
26 -.App-link {
27 - color: #61dafb;
28 -}
29 -
30 -@keyframes App-logo-spin {
31 - from {
32 - transform: rotate(0deg);
33 - }
34 - to {
35 - transform: rotate(360deg);
36 - }
37 -}