摘要: 2d效果 1.css3过渡,让动画更柔和, transition:IE10 Firefox chrome Opera支持,Chrome25以及更早版本Safari需要添加-webkit- transition:width 0.5s ease 1s(delay);transition:all 0.5s 阅读全文
posted @ 2019-10-01 20:13 solaris-wwf 阅读(578) 评论(0) 推荐(0)
摘要: 新增标签 html5特点:标签语义化;尽量使用有相对应结构含义的html标签,如span div无意义,<adress>表示地址<em>表示强调内容。 1.结构更好更利于搜索引擎的抓取(SEO)和开发人员的维护 2.更有利于手机客户端的阅读 header:内容区块或者标题 footer:一般包含创作 阅读全文
posted @ 2019-10-01 20:04 solaris-wwf 阅读(293) 评论(0) 推荐(0)