css 如何删除页面周围的不可见边框?[关闭]

x33g5p2x  于 2023-04-23  发布在  其他
关注(0)|答案(1)|浏览(96)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
19小时前关闭
Improve this question

Nothing here

你好。所以我有这个网站https://codepen.io/EleanorFoxQueen/pen/YzOMNQQ,我不知道从什么时候,但它现在有一个无形的边界。你可以清楚地看到紫色的边界是和网站的边界创建了一个缺口。请帮助我修复它。谢谢
我不知道该怎么办

velaa5lx

velaa5lx1#

你可能需要这个:

body {
  margin:0;
}

marquee类也有一个bottom。

相关问题