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