码迷,mamicode.com
首页 > Web开发 > 详细

CSS.6图像

时间:2018-04-21 10:15:25      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:round   no-repeat   AC   元素   指定   一个   页面   html元素   定位   

图像


背景图像

background-image

允许你在任何HTML元素之后放置图像


重复图像

background-repeat

background-attachment

background-repeat属性可选用以下四个值中的一个:

                                                                                  repeat

                                                                                  背景图像在水平方向和垂直方向进行重复

                                                                                  repeat-x

                                                                                   背景图像只在水平方向进行重复

                                                                                  repeat-y

                                                                                 背景图像只在垂直方向进行重复

                                                                                  no-repeat

                                                                                  背景图像只显示一次

background-attachment属性可选用以下两个值中的一个:

                                                                                         fixed

                                                                                         背景图像固定在页面中的一个位置

                                                                                         scroll

                                                                                         背景图像图像随用户上下滚动页面而上下                                                                                                                                                             滚动


 

背景图像定位

backgroud-position:指定背景图像在浏览器窗口的位置

left top

left center

left bottom

center top

center center

center bottom

right top

right center

right bottom


简写

background

 

渐变

background-image

 

CSS.6图像

标签:round   no-repeat   AC   元素   指定   一个   页面   html元素   定位   

原文地址:https://www.cnblogs.com/H97042/p/8898222.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!