CSS3的新增属性
边框圆角:border-radius
边框阴影box-shadow:水平偏移 垂直偏移 模糊半径 向外延展的大小 阴影的颜色
边框背景图像border-image 了解就好
背景图片background:backgrount-image background-repeat background-attachement background-position background-size background-origin background-clip background-color;
background-image 设置多个背景图
background-repeat 平铺 round拉伸式 space填充式
background-attachment 背景图片固定
background-position 背景图片定位
background-size 背景图片尺寸
background-origin 显示背景图片
background-clip 裁切背景图片 只有webkit内核才能使用
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text 文本:
currentColor(边框颜色=color)
text-indent段落缩进
(百分比 长度)
text-shadow文本阴影
(x y blur color)正右负左
正下负上
text-align 文本对齐方式
(start end right left center justify )
word-spacing
英文单词之间的间隙(长度 百分比)
letter-spacing
每个字符之间的间隙(只能长度)
word-break 换行方式
(keep-all break-all break-word)