margin-bottom:30px;
div{
width:300px;
height:300px;
border:1px solid red;
margin-bottom:35px;}
这样写也是一样的效果啊,加#box1{margin-bottom:30px;}是为了以后写其它盒子的时候方便改margin吗?
div{
width:300px;
height:300px;
border:1px solid red;
margin-bottom:35px;}
这样写也是一样的效果啊,加#box1{margin-bottom:30px;}是为了以后写其它盒子的时候方便改margin吗?
2018-10-03
举报