边框/边距/填充等。。速记命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了边框/边距/填充等。。速记命令相关的知识,希望对你有一定的参考价值。

TRouBLe

T - op
R - ight
o
u
B - ottom
L - eft
e
  1. p
  2. {
  3. border-top-style:dotted;
  4. border-right-style:solid;
  5. border-bottom-style:dotted;
  6. border-left-style:solid;
  7. }
  8.  
  9.  
  10.  
  11.  
  12. The margin property can have from one to four values.
  13.  
  14. * margin:25px 50px 75px 100px;
  15. o top margin is 25px
  16. o right margin is 50px
  17. o bottom margin is 75px
  18. o left margin is 100px
  19.  
  20. * margin:25px 50px 75px;
  21. o top margin is 25px
  22. o right and left margins are 50px
  23. o bottom margin is 75px
  24.  
  25. * margin:25px 50px;
  26. o top and bottom margins are 25px
  27. o right and left margins are 50px
  28.  
  29. * margin:25px;
  30. o all four margins are 25px

以上是关于边框/边距/填充等。。速记命令的主要内容,如果未能解决你的问题,请参考以下文章

在边距、填充、边框全部为零之后还有空间吗?

CSS 使用百分比和边距、填充或边框

word边框+底纹

使用百分比作为填充/边距/边框的高度可以比 em 更好吗?

如何在 CSS 中记住边距在边框之外,而在内部填充 [关闭]

css 表单 - 边距/填充问题 - 包括代码和图像