White Space between the Title and Web Browsers

后端 未结 3 1438
长发绾君心
长发绾君心 2020-12-22 12:42

When I use these address \"file:///C:/Users/h/Desktop/test/a.html#cs\", \"file:///C:/Users/h/Desktop/test/a.html#chgd\" or \"file:///C:/Users/h/Desktop/test/a.html#wmnh\" I

3条回答
  •  [愿得一人]
    2020-12-22 13:27

    You can apply top padding to the body element to do that:

    body {
        padding-top: 4px; /* Or whatever amount you want */
    }
    

    Live Example

提交回复
热议问题