<div class="demo">
<table>
<tr>
<td>サンプル</td>
<td>サンプル</td>
</tr>
<tr>
<td>サンプル</td>
<td>サンプル</td>
</tr>
</table>
</div>
.demo table {
border: 2px solid #0000000;
border-collapse: separate;
border-spacing: 10px;
}
.demo table td {
border: 2px solid #d49fc2;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.