<table>
<tr>
<th>プラン名</th>
<td>ベーシック</td>
</tr>
<tr>
<th>料金</th>
<td>0円</td>
</tr>
<tr>
<th>広告非表示</th>
<td></td>
</tr>
<tr>
<th>カスタムページ</th>
<td>1ページ</td>
</tr>
<tr>
<th>プレミアムサポート</th>
<td></td>
</tr>
</table>
td:empty {
background: #eee;
}
td:empty::before {
color: #ccc;
content: '―';
}
table {
width: 100%;
margin: auto;
padding: 1rem;
border-spacing: 0;
}
th,
td {
border-bottom: 1px solid #ddd;
padding: 1rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.