一、水平居中:
方法:给元素固定的width,设定margin自动。例如:网站 布局。width:1200px;
.content{
width:1200px;
margin:auto;
}
一、水平居中:
方法:给元素固定的width,设定margin自动。例如:网站 布局。width:1200px;
.content{
width:1200px;
margin:auto;
}
转载于:https://www.cnblogs.com/KevinMO/p/10977906.html