页面两边的空白随着屏幕变小而减少

为内容模块外面套上一层宽度为100%的模块,同时内容模块的宽度少于屏幕宽度即可,如:

.head {
  width: 100%;
  border-top: 2px solid #FF9800;
  height: 60px;
}
.header {
  width: 1140px;
  height: 60px;
  margin: 0 auto;
}

posted on 2019-06-19 16:26  月光下的丝瓜  阅读(163)  评论(0)    收藏  举报

导航