但进入CSS3进代之后我们可以通过CSS3的伪类“:before”,“:after”
这句话有问题吧,只是before和after可以用单冒号,但是他俩并不是伪类。。。
这句话有问题吧,只是before和after可以用单冒号,但是他俩并不是伪类。。。
2018-03-16
总结下,CSS3中的三种动画:tranform形变动画/transition缓动动画/animation逐帧动画;
tranform: rotate旋转/skew扭曲/scale缩放/translate移动/matrix矩阵变形;
transition: property duration timing-function delay;
animation: KeyframesName duration timing-function delay iteration-count direction play-state fill-mode;
tranform: rotate旋转/skew扭曲/scale缩放/translate移动/matrix矩阵变形;
transition: property duration timing-function delay;
animation: KeyframesName duration timing-function delay iteration-count direction play-state fill-mode;
2018-03-13
div:not([id="footer"]){
background:orange;
}
background:orange;
}
2018-03-11