欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

如何在移動設備模式下去除頁眉、主、頁腳之間的空格?

錢浩然2年前8瀏覽0評論

這個問題只是在移動模式下,藍紫色線是從背景色。

enter image description here鏈接到圖像

body {
  background-color: blueviolet;
}

header,
main,
footer {
  background-color: #fff;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

<header>
  <h1>this is header</h1>
</header>
<main>
  <h2>this is main</h2>
</main>
<footer>
  <p>this is footer</p>
</footer>

只需添加到h1,h2,p margin-top:-1px;