<section>
<article>这里是一个文章</article>
</section>
<footer>底部</footer>
header {
height: 200px;
background: #f00;
}
section {
height: 400px;
background: #0f0;
}
footer {
height: 200px;
background: #00f;
}
<section>
<article>这里是一个文章</article>
</section>
<footer>底部</footer>
header {
height: 200px;
background: #f00;
}
section {
height: 400px;
background: #0f0;
}
footer {
height: 200px;
background: #00f;
}