Guest User

Untitled

a guest
May 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .App {
  2. text-align: center;
  3. }
  4.  
  5. .App-logo {
  6. animation: App-logo-spin infinite 20s linear;
  7. height: 80px;
  8. }
  9.  
  10. .App-header {
  11. background-color: #222;
  12. height: 150px;
  13. padding: 20px;
  14. color: white;
  15. }
  16.  
  17. .App-title {
  18. font-size: 1.5em;
  19. }
  20.  
  21. .App-intro {
  22. font-size: large;
  23. }
  24.  
  25. .normal {
  26. color: #000;
  27. }
  28.  
  29. .selected {
  30. color:red;
  31. text-transform: uppercase;
  32. }
  33.  
  34.  
  35. @keyframes App-logo-spin {
  36. from { transform: rotate(0deg); }
  37. to { transform: rotate(360deg); }
  38. }
Add Comment
Please, Sign In to add comment