对齐相邻图像中间的文本

时间:2016-02-20 09:31:06

标签: html css

请检查小提琴: https://jsfiddle.net/c3Lga94L/1/

这里我想将文本放在与其相邻的图像中间。 有人可以建议吗?

以下是代码:

<div>
  <div style='display:inline-block'>
  <img style='width:35px;height:35px;border:1px' src='posts/images/1.jpg' />
  </div>
  <div>this text should appear in the middle of the adjacent image
  </div>
</div>

0 个答案:

没有答案