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

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

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

相关文章
相关标签/搜索