美文网首页
背景background

背景background

作者: 树袋熊熊 | 来源:发表于2016-10-14 22:59 被阅读0次

内容会撑开容器宽高,背景不会占用宽高,当容器不设宽高时,背景不会显示

background-color

      (可为16进制,英文,rgba)

background- image: url(路径)  

背景图片默认铺满整个容器的高度和宽度

当,只需要一张图片,不需要平铺时,则

background-repeat 背景图是否重复(no-repeat,repeat-x,repeat-y)

背景图位置:默认为左上角开始

background-position: x轴  y 轴(值可为具体像素,可为center,left,right,top,bottom)

只写一个值时,则第二个值默认为居中

背景是否滚动:默认为滚动

background-attachment: fixed 固定在浏览器的可视区域

scroll 滚动(默认状态)

当背景的复合样式时:

background: url repeat 位置 背景颜色 是否滚动(无顺序问题)

习惯上的顺序(背景颜色,url,是否重复,位置,是否滚动)

相关文章

网友评论

      本文标题:背景background

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