笔记《精通css》第4章 背景图像,平铺方式,背景定位,圆角框,投影,不透明

第4章  背景图像,平铺方式,背景定位,圆角框,投影,不透明

1.背景图像

background-image:url()

2.平铺方式

background-repeat:repeat-x

                               repeat-y

                               no-repeat

3.背景定位

padding-left:

background-position:left cent  /0  50%

background-color:

4.圆角框

border-radius:1em   要加前缀

border-image:url()  10% 10% 10% 10%/10px round   round

5.投影

margin:-5px 5px 5px-5px

box-shadow:垂直 水平偏移 投影宽度 颜色

6.不透明度

css不透明度

background-color : rgba( 0 0 0 0.8  )

原文地址:https://www.cnblogs.com/luxiaoli/p/7881087.html