<table class="table">
<tr>
<td class="table-img">
<img src="https://homepagenopro.com/wp-content/uploads/2017/11/sample.png" alt="">
</td>
<td class="table-txt">
テキスト<br>
テキスト<br>
テキスト
</td>
</tr>
</table>
.table{
border-collapse: collapse;
margin: 0 auto;
}
.table-img,
.table-txt{
vertical-align: top;
width: 300px;
}
.table-img{
background: #f0e68c;
}
.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.