day20190916notes
记得学完知识,趁热打铁。认真看3遍,写抄写模仿3遍。记不得,就罚抄3遍。奖罚分明。自知之明。最重要的是看懂和理解代码。能自己看懂代码,多花时间和功夫。 只要功夫深,铁杵磨成针。确定一个努力的方向,坚持和努力。物理学。 默写: jQuery_Chapter03_20190916/ css / style.css * { padding : 0 ; margin : 0 ; } html { color : #404040 ; font-size : 12px ; font-family : "Arial" , "微软雅黑" ; } a { text-decoration : none ; color : #1a66b3 ; } ul { list-style : none ; } .left { float : left ; } .right { float : right ; } .hide { display : none ; } .clearfix { clear : both ; overflow : hidden ; height : 0 ; } .wrap { width : 1200px ; margin : 0 auto ; } /**头部**/ .top { height : 32px ; background : #f9f9f9 ; padding-top :