margin,padding 四个参数分别代表什么
Posted awebting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了margin,padding 四个参数分别代表什么相关的知识,希望对你有一定的参考价值。
margin:4px; 上下左右分别具有4像素
margin:2px 4px; 上下为二像素,左右为4像素
margin:10px 20px 30px 上:10px 左、右:20px 下:30px
margin:1px 2px 3px 4px 上:1px 右:2px 下:3px 左:4px
以上是关于margin,padding 四个参数分别代表什么的主要内容,如果未能解决你的问题,请参考以下文章