margin的使用

1.margin能够影响没有设定width/height的普通block元素的水平尺寸it

2.margin重叠,因为margin的重叠能够使上下排列的元素margin-top和margin-bottom都有值io

3.margin:auto设置block元素居中margin

4.设置元素水平和垂直居中:.father{position:relative;width:200px} .son{position:abosulte;top:0;left:0;bottom:0;right:0;width:500px;height:100px;margin:auto}top

相关文章
相关标签/搜索