UNPKG

492 BCSSView Raw
1.App {
2 text-align: center;
3}
4
5.App-logo {
6 animation: App-logo-spin infinite 20s linear;
7 height: 40vmin;
8 pointer-events: none;
9}
10
11.App-header {
12 background-color: #282c34;
13 min-height: 100vh;
14 display: flex;
15 flex-direction: column;
16 align-items: center;
17 justify-content: center;
18 font-size: calc(10px + 2vmin);
19 color: white;
20}
21
22.App-link {
23 color: #61dafb;
24}
25
26@keyframes App-logo-spin {
27 from {
28 transform: rotate(0deg);
29 }
30 to {
31 transform: rotate(360deg);
32 }
33}