margin See the Pen margin by wmui (@wmui) on CodePen. 该属性用于设置元素的外边距,外边距是透明的,默认值0.这是一个简写属性,属性值最多为4个,例如margin: 10px 15px 10px 15px,分别表示上外边距.右外边距.下外边距.左外边距.属性值也可以是3个,例如margin: 10px 15px 10px,表示上外边距.左右外边距.下外边距.属性值可以为2个,例如margin: 10px 15px,表示上下外边距.左右外边距.属…
auto 总是试图充满父元素 margin有四个值: All the margin properties can have the following values: auto - the browser calculates the marginlength - specifies a margin in px, pt, cm, etc.% - specifies a margin in % of the width(父元素的宽度) of the containing elementinher…