摘要:
transform rotate(旋转) transform: rotate(xdeg); //表示该容器按照x度旋转 //角度为正,顺时针方向。角度为负,逆时针方向。 translate(平移) transform: translateX(xxpx); //水平方向往右移动xx像素。(除了像素单位 阅读全文
posted @ 2020-01-19 17:01
JaydenQiu
阅读(152)
评论(0)
推荐(0)
摘要:
文本 text-shadow text-shadow: h-shadow v-shadow blur color; //应用于阴影文本h-shadow:水平方向v-shadow:垂直方向blur:模糊值color:阴影颜色 text-outline text-outline: thickness b 阅读全文
posted @ 2020-01-19 16:17
JaydenQiu
阅读(125)
评论(0)
推荐(0)
摘要:
CSS3的背景缩写 background: color position size repeat origin clip attachment image;//按照该顺序,不能省略 background-clip background-clip: border-box | padding-box | 阅读全文
posted @ 2020-01-19 15:37
JaydenQiu
阅读(173)
评论(0)
推荐(0)
摘要:
border-radius属性(圆角) border-radius: length / %单独设定某个角 border-top-left-radius //左上角 border-top-right-radius //右上角 border-bottom-right-radius //右下角 borde 阅读全文
posted @ 2020-01-19 13:35
JaydenQiu
阅读(133)
评论(0)
推荐(0)