解说css中的margin属性缩写方式_html/css_WEB-ITnose
程序员文章站
2023-12-25 08:21:15
...
margin: 20px;(上、下、左、右各20px。)margin: 20px 40px;(上、下20px;左、右40px。)margin: 20px 40px 60px;(上20px;左、右40px;下60px。)margin: 20px 40px 60px 80px;(上20px;右40px;下60px;左80px。)在css中使用margin可以将margin-top,margin-right,margin-bottom,margin-left,缩写为一个标记,顺序为上右下左(顺时针)。
margin标记可以带一个、二个、三个、四个参数,各有不同的含义 http://www.100sucai.com
推荐阅读
-
解说css中的margin属性缩写方式_html/css_WEB-ITnose
-
为什么设置的margin-top属性不管用_html/css_WEB-ITnose
-
清空select标签中option选项的3种不同方式_html/css_WEB-ITnose
-
iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose
-
中文字体在CSS中的表达方式_html/css_WEB-ITnose
-
iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose
-
中文字体在CSS中的表达方式_html/css_WEB-ITnose
-
如何理解body的margin属性_html/css_WEB-ITnose
-
清空select标签中option选项的3种不同方式_html/css_WEB-ITnose
-
大哥大姐求解 在img标签中属性src的全面用法_html/css_WEB-ITnose