在响应的布局的身体背景

时间:2016-02-09 06:14:03

标签: css background breakpoints

Please have a look at the screen shot

我的设计是响应式的,内容中有块。对于前两个块我想要bg为灰色。我尝试过使用渐变到身体但是在某些断点上它不能很好地工作。

1 个答案:

答案 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>