标签: html css
这纯粹是为了方便。
对于保证金属性,我们可以将margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;压缩为margin:0px 0px 0px 0px;,并进一步压缩为margin:0px;
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
margin:0px 0px 0px 0px;
margin:0px;
我们可以为top: 0; left: 0; bottom: 0; right: 0;做同样的事情吗?例如,placement:0;?
top: 0; left: 0; bottom: 0; right: 0;
placement:0;