css3新增特性

Posted 嘿起屁儿整

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css3新增特性相关的知识,希望对你有一定的参考价值。

伪类(选择器)

:nth:child

伪元素

::before ::after等

flex弹性盒模型

display:flex

媒体查询

@media

个性化字体

.@font-facefont-family: BorderWeb; src:url(BORDERW0.eot);

颜色透明度

rgba(0,0,0,0.6)

圆角

box-radius

阴影

box-shadow

背景渐变

background: radial-gradient(red,yellow); 径向渐变
background: linear-gradient(red,yellow); 线性渐变

transform

rotate 旋转
skew 倾斜
translate 位移
scale 缩放

transition

transition: all 0.3s ;

animation

animation
@keyframes

以上是关于css3新增特性的主要内容,如果未能解决你的问题,请参考以下文章

三十九CSS3的新特性(上)

css3新增特性

前端精讲第8讲: CSS3新增特性

HTML5新特性CSS3新特性

CSS3新特性

css3新增特性