gpt4 book ai didi

html - CSS -- 页面居中 div

转载 作者:太空宇宙 更新时间:2023-11-03 23:49:29 27 4
gpt4 key购买 nike

我有一堆图片“ strip ”,它们加起来就是一张图片。现在我需要为完成的图像添加边框并将该框放在 html 页面的中间。

无论我尝试什么,我似乎都无法将 <div> 居中包含多个 <img>标签。我正在寻找文本尽可能少的纯 CSS 解决方案(因为我需要创建一个生成此页面的 bash 脚本)。

谢谢,米兰

编辑:

显然我需要提供代码,尽管它非常简单:

<html><head>
<style>div{font-size:0px; border: 5px solid red; display:inline-block;}</style>
</head><body>
<img ...><img ...><img ...><img ...>
</body></html>

最佳答案

div{
width: 50%;
margin: 0 auto;
}

或者,如果您只想让所有内容居中,请在主体上使用 text-align: center;

关于html - CSS -- 页面居中 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20549845/

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