15.列举你了解Html5. Css3 新特性

1、拖拽释放(Drap and drop) API ondrop

2、自定义属性data-id

3、语义化更好的内容标签(header,nav,footer ,aside, article, section)

4、地理(Geolocation) API

5、表单控件 calendar , date , time , email , url , search , tel , file , number

6、新的技术 webworker, websocket , Geolocation

C3::

颜色: 新增RGBA , HSLA模式

文字阴影(text-shadow)

边框: 圆角(border-radius) 边框阴影 : box-shadow

盒子模型: box-sizing

背景:background-size background-origin background-clip

渐变: linear-gradient , radial-gradient

过渡 : transition 可实现动画

自定义动画 animate @keyfrom

媒体查询 多栏布局 @media screen and (width:800px) {…}

border-image

2D转换;transform: translate(x,y) rotate(x,y) skew(x,y) scale(x,y)

3D转换

字体图标 font-face

弹性布局flex

posted @ 2020-08-08 18:09  大牛半路出家  阅读(625)  评论(0编辑  收藏  举报