我試圖讓每個部分標記都有100%的高度,但它不起作用。全高與骨架樣板
這裏是我的html代碼:
<div class="container">
<div class="row">
<div class="twelve columns">
<section>
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
</section>
</div>
</div>
</div>
CSS代碼:
section {
height: 100%;
background-color: #ccc;
}
skeleton.css和normalize.css作爲下載
請在提問時提供相關的css文件 – justinw