摘要: 视频链接: https://ke.qq.com/webcourse/index.html#course_id=132463&term_id=100148007&taid=620244817282415&vid=o1410oqdx82 http://study.163.com/course/cours 阅读全文
posted @ 2017-05-09 19:37 Lexin 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 利用CSS中animation为元素添加动画,代码格式为: animation:动画名 .75s infinite;-webkit-animation:动画名 .75s infinite; /*Safari and Chrome*/ 第二句是为了兼容谷歌浏览器等,在指定动画时需要将元素指定为相对定位 阅读全文
posted @ 2017-05-09 18:40 Lexin 阅读(219) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>canvas</title> <style type="text/css"> body{ padding:50px 100px; } canvas{ background:lig 阅读全文
posted @ 2017-05-09 17:19 Lexin 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 参考视频: https://ke.qq.com/webcourse/index.html#course_id=132476&term_id=100148028&taid=580009563653500&vid=b1410uh0gg0 一、响应式布局介绍 优点:1)面对不同分辨率设备灵活性强 2)能够 阅读全文
posted @ 2017-05-09 17:15 Lexin 阅读(1052) 评论(0) 推荐(0) 编辑