Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. table,
  2. th,
  3. td {
  4.     border-top: 2px solid red;
  5.     border-right: 2px groove yellow;
  6.     border-left: 2 px dashed green;
  7.     border-bottom: 2px dotted pink;
  8. }
  9.  
  10. table {
  11.     width: 100%;
  12. }
  13.  
  14. th {
  15.     height: 100%;
  16.     background-color: mediumpurple;
  17.     color: mintcream;
  18.     /*warna font*/
  19.     font-family: consolas;
  20. }