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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. body {
  2. font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  3. background: rgb(102, 69, 142);
  4. color: white;
  5. }
  6. .container {
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. text-align: center;
  11. min-height: 90vh;
  12. flex-direction: column;
  13. div {
  14. margin: 5px;
  15. width: 1500px;
  16. display: flex;
  17. align-items: center;
  18. width: 40em;
  19. label, button {
  20. margin-right: 5px;
  21. margin-left: 5px;
  22. span {
  23. margin-left: 5px;
  24. }
  25. }
  26. }
  27. }
  28. /* CSS */
  29. button {
  30. background-color: #8b186f;
  31. border-radius: 8px;
  32. border-style: none;
  33. box-sizing: border-box;
  34. color: #FFFFFF;
  35. cursor: pointer;
  36. display: inline-block;
  37. list-style: none;
  38. margin: 0;
  39. outline: none;
  40. padding: 10px 16px;
  41. position: relative;
  42. text-align: center;
  43. text-decoration: none;
  44. transition: color 100ms;
  45. vertical-align: baseline;
  46. user-select: none;
  47. -webkit-user-select: none;
  48. touch-action: manipulation;
  49. }