How can I create a thick right-hand side border on the first <td> of each row only:
<table class="code">
<tbody>
<tr>
<td>01</td><td></td>
</tr>
<tr>
<td>02</td><td>interface Transport {}</td>
</tr>
</tbody>
</table>
Here’s a demo
and here’s the code
oh well, too late.