gpt4 book ai didi

html - 如何在CSS中使用负填充

转载 作者:太空宇宙 更新时间:2023-11-03 22:21:43 24 4
gpt4 key购买 nike

我想在css中添加负填充,我写了一个电池充电电池的小代码。我想要的是,如果我输入像 -1px 这样的负值,那么单元格颜色应该移到左侧,而 div 应该留在中间。

.cell {
width: 100px;
height: 30px;
border: 1px solid black;
}

.padding {
background-color: #3D9970;
width: 10px;
float: left;
height: 30px;
position: absolute;
left: 55px;
padding-right: 1px;
}
<div class="cell">
<div class="cell1"></div>
<div class="padding"></div><span style="display: inline;">
</div>

请帮帮我。

最佳答案

你不能。


参见 the specification :

Unlike margin properties, values for padding values cannot be negative.

关于html - 如何在CSS中使用负填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53251901/

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