style.css 638 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. html {
  2. background-color: #3f4363;
  3. }
  4. body {
  5. background-color: #F6F4FF;
  6. color: #000000;
  7. font-family: monospace;
  8. font-size: 16px;
  9. border: 1px solid #ddd;
  10. padding: 25px;
  11. margin-top: 0px;
  12. margin-bottom: 0px;
  13. margin-left: 170px;
  14. margin-right: 170px;
  15. }
  16. header{
  17. text-align: center;
  18. color: #657e94;
  19. }
  20. table, th, td {
  21. border: 1px solid black;
  22. border-collapse: collapse;
  23. }
  24. footer {
  25. font-size: 10px;
  26. text-align: center;
  27. }
  28. .infos {
  29. font-style: italic;
  30. }
  31. .desc{
  32. font-size: 19px;
  33. text-align: center;
  34. }
  35. .lightner{
  36. color: #edd46d;
  37. font-weight: 900;
  38. }
  39. .blackened{
  40. color: #141d30;
  41. font-weight: 900;
  42. }