w3pop.com :: 网络学院 :: CSS :: CSS margin-right属性
The margin-right property sets the right margin of an element.
margin-right 属性可设置元素的右边际
Note: Negative values are allowed.
注意:可以使用负数
Inherited: No
继承性:无
|
h1 h2 |
| 值 | 描述 |
|---|---|
| auto | The browser sets a right margin 由浏览器设置右边际 |
| length | Defines a fixed right margin 定义固定的右边际 |
| % | Defines a right margin in % of the total width of the document 以文档总宽度的百分比来定义右边际 |
评论 (0)
All