gpt4 book ai didi

html - 如何使用html将图像移动到其他图像的右侧

转载 作者:行者123 更新时间:2023-11-28 06:46:14 25 4
gpt4 key购买 nike

下面是我的 Photoshop 图片,我希望我的网站看起来像它。这是现在的网站。

http://mossgraphics.net/jdv/explore.html

我想把戴头饰的女人的图片移到右边。

Photoshop 图片

enter image description here

有人可以帮我处理我的 html 和 css 代码吗?

最佳答案

新的CSS应该是...

.aExplore {
float: left;
width: 601px;
height: 400px;
}

.aExplore:nth-of-type(even){
float:right;
}

它所做的是告诉浏览器每个其他 .aExplore 应该向右浮动,而不是默认的向左浮动。

编辑:使 .aExplore 的宽度更宽以修复对齐(至少在 chrome 中)

关于html - 如何使用html将图像移动到其他图像的右侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34028170/

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