【发布时间】:2019-05-04 01:40:41
【问题描述】:
我正在尝试在 <img> 的左侧添加一个简单的标题并垂直对齐它们(即文本与右侧图像的中间对齐)。
<figure><img style="float:right" alt="qrcode_vcard" src="/assets/pic.png" />
<figcaption>My caption goes here. How do I make it aligned to the middle rather than the top.</figcaption>
</figure>
我可以将图像浮动到右侧,但标题与顶部对齐。我想把它对齐到中间。我还想保留<figure> 和<figcaption> 标签。
【问题讨论】:
标签: image vertical-alignment figure