<table class="table">
<tr>
<td class="table-bg">
テキスト<br>
テキスト<br>
テキスト
</td>
<td class="table-txt">
テキスト<br>
テキスト<br>
テキスト
</td>
</tr>
</table>
.table{
border-collapse: collapse;
margin: 0 auto;
}
.table-bg,
.table-txt{
vertical-align: top;
width: 300px;
}
.table-bg{
background: url(https://homepagenopro.com/wp-content/uploads/2018/02/0691_slantedline_s.jpg) repeat 0 0;
}
.table-img > img{
width: 100%;
}
.table-txt{
background: #d2b48c;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.