CSS 保证金属性简化
示例
p {
margin:1px; /* 1px margin in all directions */
/*equals to:*/
margin:1px 1px;
/*equals to:*/
margin:1px 1px 1px;
/*equals to:*/
margin:1px 1px 1px 1px;
}另一个例子:
p{
margin:10px 15px; /* 10px margin-top & bottom And 15px margin-right & left*/
/*equals to:*/
margin:10px 15px 10px 15px;
/*equals to:*/
margin:10px 15px 10px;
/* margin left will be calculated from the margin right value (=15px) */
}
热门推荐
4 简短元宵节祝福语
10 欢送退休人员简短祝福语
11 生日奶茶红包祝福语简短
12 六一祝福语简短十六字
13 新年祝福语简短又好听
14 结婚的祝福语小众简短
15 简短的古文春节祝福语
16 奶茶店新年祝福语简短
17 中考考后祝福语简短
18 元宵发客户祝福语简短