页面两边的空白随着屏幕变小而减少
为内容模块外面套上一层宽度为100%的模块,同时内容模块的宽度少于屏幕宽度即可,如:
.head {
width: 100%;
border-top: 2px solid #FF9800;
height: 60px;
}
.header {
width: 1140px;
height: 60px;
margin: 0 auto;
}
为内容模块外面套上一层宽度为100%的模块,同时内容模块的宽度少于屏幕宽度即可,如:
.head {
width: 100%;
border-top: 2px solid #FF9800;
height: 60px;
}
.header {
width: 1140px;
height: 60px;
margin: 0 auto;
}