【发布时间】:2019-06-21 22:05:04
【问题描述】:
我试图让三列对齐,以便它们都是右侧。这是我到目前为止所拥有的:https://prnt.sc/o5284n 这是应该如何工作的:https://prnt.sc/o528y3
我已经设法通过在图像的两侧应用边距来解决这个问题,但是随着网页变小,这会变得非常混乱。
我已经研究了许多其他选项,例如浮动和列间隙,但在这种情况下这对我不起作用
<section id="bottom">
<img src="Appify.png" alt="app" width="310" height="200" class="pad">
<p class="twenty_f">APPIFY</p>
<img src="sunflower.jpeg" alt="flower" width="310" height="200" class="pad">
<p class="twenty_f">SUNFLOWER</p>
<img src="bokeh.jpeg" alt="bokeh" width="310" height="200" class="pad">
<p class="twenty_f">BOKEH</p>
</section>
【问题讨论】:
标签: html css multiple-columns