From aryx, 6 Years ago, written in CSS.
Embed
  1. /*
  2.     Created on : 2018.03.08., 16:16:39
  3.     Author     : aryx
  4. */
  5.  
  6. body {
  7.     font-family:sans-serif;
  8. }
  9.  
  10. table {
  11.     border-top: 4px solid #AABCFE;
  12.     background-color:#D0DAFD;
  13.     border-collapse:collapse;
  14. }
  15.  
  16. td, th {
  17.     text-align:left;
  18.     padding: 15px;
  19. }
  20.  
  21. th {
  22.     background-color:#B9C9FE;
  23.     color:#1E459E;
  24. }
  25.  
  26. td {
  27.     color:#7274A5;
  28. }
  29.  
  30. tr {
  31.     border-bottom:1px solid white;
  32. }