Home | History | Annotate | Download | only in resources
      1 html, body {
      2     margin: 0;
      3 }
      4 
      5 table {
      6     border-collapse: collapse;
      7     border : 1px solid red;
      8 }
      9 td {
     10     border : 1px solid blue;
     11     width: 5px;
     12     height: 5px;
     13 }
     14 
     15