如何从我的网站页面顶部删除空格

时间:2020-02-14 12:17:28

标签: html css google-chrome

How to remove white space from the top of this website

我添加了

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

在我的CSS上,但是我仍然得到那个空白

2 个答案:

答案 0 :(得分:1)

开发人员工具在body标记的开头显示一些字符。删除它们。

enter image description here

答案 1 :(得分:0)

您在.的上方有body(点),将其删除