gpt4 book ai didi

inline - 如何在同一行 HTML/CSS 上显示
图像

转载 作者:行者123 更新时间:2023-12-04 05:18:05 24 4
gpt4 key购买 nike

我在元素中有 4 个图像,元素中有标题。

每个图像都显示在彼此之下,例如:

图片
标题

图片
标题

图片
标题

图片
标题

我希望图像看起来像:

图片 图片 图片 图片
标题标题标题标题

我的 HTML:

<div id="earlylife_images">
<figure>
<img src="images/early/moore01.jpg" alt="Roger Moore Teenage" width="150" height="150">
<figcaption>A young Roger Moore</figcaption>
</figure>

<figure>
<img src="images/early/moore02.jpg" alt="Roger Moore 30's" width="150" height="150">
<figcaption>Roger Moore in his 30's</figcaption>
</figure>

<figure>
<img src="images/early/moore03.jpg" alt="Roger Moore as James Bond" width="150" height="150">
<figcaption>Roger Moore as James Bond</figcaption>
</figure>

<figure>
<img src="images/early/moore04.jpg" alt="Roger Moore Recent" width="150" height="150">
<figcaption>Roger Moore in more recent years</figcaption>
</figure>

</div>

最佳答案

我在想:

figure {
width: 25%;
float: left;
margin: 0;
text-align: center;
padding: 0;
}

您可以在这里查看: http://jsfiddle.net/cBkTc/3/

关于inline - 如何在同一行 HTML/CSS 上显示 <figure> 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23064064/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com