0%

QSS

字体

1
2
3
4
5
6
7
font: [font-style] [font-variant] [font-weight] [font-size] [font-family]
/* 按顺序设置,可以忽略其中某些值,例如:*/
font: italic bold 12px arial, sans-serif;
/* 也可以单独列出*/
font-size: 50px;
/* 文本的颜色 */
color: white;
  • font-style:斜体

  • font-variant:

  • font-weight:宽度

  • font-size:字体大小

  • font-family:字体

背景图

1
2
background: [background-color] [background-position] [background-repeat] [background-origin] [background-clip] [background-attachment] [background-image] [url]

  • background-color:
  • background-position
  • background-repeat
  • background-origin
  • background-clip
  • background-attachment
  • background-image