Please have a look at the screen shot
我的设计是响应式的,内容中有块。对于前两个块我想要bg为灰色。我尝试过使用渐变到身体但是在某些断点上它不能很好地工作。
答案 0 :(得分:0)
使用容器将项目组合在一起。
<body>
<div class="header"></div>
<div class="grey-container">
<div id="box1">box1, grey</div>
<div id="box2">box2, grey</div>
</div>
<div class="box3">box3, not grey</div>
</body>