summaryrefslogtreecommitdiff
path: root/src/App.css
blob: 74b5e053450a48a6bdb4d71aad648e7af821975c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.App {
  text-aligncenter;
}

.App-logo {
  height40vmin;
  pointer-eventsnone;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color#282c34;
  min-height100vh;
  displayflex;
  flex-directioncolumn;
  align-itemscenter;
  justify-contentcenter;
  font-sizecalc(10px + 2vmin);
  colorwhite;
}

.App-link {
  color#61dafb;
}

@keyframes App-logo-spin {
  from {
    transformrotate(0deg);
  }
  to {
    transformrotate(360deg);
  }
}