main.css 649 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');
  3. body {
  4. font-family: 'Montserrat', sans-serif;
  5. font-weight: 700;
  6. background-color: #181527;
  7. color: #d8d3ec;
  8. padding: 8px;
  9. }
  10. .pink-text {
  11. color: #cb8ea3;
  12. }
  13. .purple-text {
  14. color: #9a4488;
  15. }
  16. .white-text {
  17. color: #d8d3ec;
  18. }
  19. h4 {
  20. padding-top: 1em;
  21. margin-left: 1em;
  22. }
  23. .main {
  24. padding-left: 32px;
  25. display: inline-block;
  26. vertical-align: top;
  27. text-align: left;
  28. }
  29. .codes {
  30. float: right;
  31. display: inline-block;
  32. }