【前端】-016-页面制作-CSS-背景

2017-01-12  本文已影响24人  9756a8680596

背景颜色

background-color: red;

背景图片

background-image: url(...), url(...)

背景图片平铺

background-repeat: <repeat-style>[, <repeat-style>...]

背景图片随着窗口滚动

bacoground-attachment: <attachment>[, <attachment>]

背景图片的位置

  1. bacoground-position:,设置图片位置
  2. background-origin,设置图片起始坐标的位置
  1. background-clip,裁剪图片区域,参数同origin
  2. background-size:设置图片显示的大小<length|percentage|auto> {1, 2} | contain | cover

渐变的背景设置

  1. linear-gradient,线性渐变
  1. radial-gradient,径向渐变
  2. 线性渐变和径向渐变平铺

background属性:

[ <bg-layer> , ]* <final-bg-layer>
where
<bg-layer> = <bg-image> || <position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box>{1,2}
<final-bg-layer> = <bg-image> || <position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box> || <'background-color'>

上一篇 下一篇

猜你喜欢

热点阅读