gpt4 book ai didi

html - 如何在 CSS 中将
的宽度设置为小于宽度 :auto? 的 X 个像素

转载 作者:太空宇宙 更新时间:2023-11-04 13:38:24 25 4
gpt4 key购买 nike

我有一些导航 <hr/>元素。最好在纯 CSS(3?)中,如何将水平线的宽度设置为自动减去 X 像素数?

这不重复 this question ,因为它是为了等同于负填充的东西,这是不可能的。

最佳答案

你可以使用下面的。

hr {
width: auto;
margin: 0 10px; /* This leaves 10px margin on left and right. If only right margin is needed try margin-right: 10px; */
}

关于html - 如何在 CSS 中将 <hr/> 的宽度设置为小于宽度 :auto? 的 X 个像素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18179209/

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