CSS -- background

作者: 就叫初九吧 | 来源:发表于2017-01-13 16:57 被阅读7次

background 属性用来设置元素的背景

CSS1 中的background属性链接:

background-color || background-image || background-repeat || background-attachment || background-position

CSS3新增属性[链接]:(http://www.w3schools.com/cssref/css3_pr_background-origin.asp)

background-size|| background-origin||background-clip
以及设置多个背景图片

重点说明一下: background-position

https://css-tricks.com/almanac/properties/b/background-image/

相关文章

  • 关于背景

    background:1、css2:background:background-color || url("") ...

  • CSS3 背景

    CSS3 背景 CSS3 background-origin 属性 background-origin 属性规定背...

  • CSS背景图

    css背景图 涉及的css属性 background-image background-repeat 默认情况下,...

  • Tailwind Background

    背景滚动(background attachment) CSS提供的background-attachment属性...

  • CSS3-background扩展属性

    CSS3对background新加了3个属性,background-origin、background-clip、...

  • css:background

    1.背景图片的平铺 background-repeat:repeat,repeat-y,repeat-x,no-r...

  • CSS—background

    css允许使用纯色作为背景,同样也允许使用图片作为背景。关于背景的设置: background-colorback...

  • CSS -- background

    background 属性用来设置元素的背景 CSS1 中的background属性链接: background-...

  • CSS Background

    background-color background-image background-repeat backg...

  • css background

    css background(背景)属性有8个,但是工作中并没有把每个都用起来,有些甚至不知道是什么作用,这不太好...

网友评论

    本文标题:CSS -- background

    本文链接:https://www.haomeiwen.com/subject/tlysbttx.html