gpt4 book ai didi

css - 位置 :relative leaves an empty space

转载 作者:数据小太阳 更新时间:2023-10-29 09:08:11 24 4
gpt4 key购买 nike

代码在这里:http://lasers.org.ru/vs/example.html

如何删除主 block (#page)下的空白区域?

最佳答案

另一个对我有用的技巧是在你移动的相关元素中使用负边距底部。无需使用绝对定位。

类似于:

position: relative;
top: -200px;
left: 100px;
margin-bottom: -200px;

与我现在看到的解决方案类似(如果不完全相同),来自绿色。

关于css - 位置 :relative leaves an empty space,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5229081/

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