Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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: 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. }
  34.  
  35. .cardDisplay{
  36. display: flex;
  37. flex-direction: row;
  38. justify-content: space-around;
  39. }
  40.  
  41. .buttonDisplay{
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: space-around;
  45. height: 80vh;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement