You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
197 B

  1. .App {
  2. text-align: center;
  3. }
  4. .App-logo {
  5. animation: App-logo-spin infinite 20s linear;
  6. }
  7. @keyframes App-logo-spin {
  8. from {
  9. transform: rotate(0deg);
  10. }
  11. to {
  12. transform: rotate(360deg);
  13. }
  14. }