CSS3 学习过程中还需要再次重点的

1.transform matrix

2.transition  https://www.w3cplus.com/content/css3-transition 这里的两个demo要着重看下

3.慕课上第九章的综合练习 Demo

4.Form表单

5.Flex布局  http://www.cnblogs.com/fxycm/p/4646399.html

6. media查询  

  媒体类型包括: All (所有类型)  screen(电脑屏幕) handheld(手持设备) TV(电视类型设备)

 7. Response RWD网页设计

JS 

1.window.location.href与window.open的区别

2.https://www.cnblogs.com/backpacker/archive/2012/08/03/2622426.html

3.JS键盘组合监听事件  https://segmentfault.com/q/1010000004868823

原文地址:https://www.cnblogs.com/potato-lee/p/8515025.html