css学习笔记 2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css学习笔记 2相关的知识,希望对你有一定的参考价值。

css中的简写:

  1. 颜色的简写有三种:十六进制的形式、rgb(a)、颜色名称。
  2. 单位的省略:当属性值为0px时,可以简写为0。
  3. margin和padding的简写,不多说了。
  4. border的简写:border:border-width border-style border-color。在方向上,单独定义border-style/border-color/border-width可以实现在四个方向上的简写,如margin和padding一样,例:border-width:1px 2px 3px 4px。
  5. background的简写:background:background-color background-image background-repeat background-attachment background-position;
  6. 背景的默认值:background-color:transparent; background-image:none; background-repeat:repeat; background-attachment:scroll; background-position:0% 0%;
  7. 字体的简写:font:font-style font-varient font-weight font-size line-height font-family; 其中,文字大小和字体是必须的,font-size和line-height不是以空格分开而是以/分开,如12px/20px。
  8. 字体的默认值:font-style:normal; font-weight:normal; font-size:medium; line-height:normal; font-family:‘Times New Roman‘; font-varient:normal; 
  9. list-style的简写:list-style:list-style-image list-style-position list-style-type; 

以上是关于css学习笔记 2的主要内容,如果未能解决你的问题,请参考以下文章

css 学习笔记 一

CSS学习笔记

gulp学习笔记2

[原创]java WEB学习笔记61:Struts2学习之路--通用标签 property,uri,param,set,push,if-else,itertor,sort,date,a标签等(代码片段

CSS学习笔记02

vue视频学习笔记05