【发布时间】:2021-06-13 05:34:41
【问题描述】:
我正在尝试将 YouTube 徽标与文本右侧对齐。目前,徽标显示在文本下方 - like this。
对 div 使用 flex 可以,但对平板电脑/移动设备没有响应,因为徽标显示在最右侧,而不是文本旁边。
我该如何解决这个问题?这个here 是我使用的标志。
<div style="align-items:center;">
<h3 style="vertical-align:middle">Our Business Opportunity</h3>
<a href="https://www.youtube.com">
<img style="vertical-align:middle" src="assets/img/youtube_icon.png" width="35" height="35" />
</a>
</div>
【问题讨论】:
标签: html css alignment vertical-alignment