ToDoList 前端页面代码
ToDoList 前端页面代码,一个前端jq的小练习,我看网上找不到完整的代码,在这里就贴出完整代码,直接复制就能使用,便于学习交流。 <!DOCTYPE html> < html lang = " en " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < meta http-equiv = " X-UA-Compatible " content = " ie=edge " > < title > Document </ title > < style > * { padding : 0 ; margin : 0 ; } body { background-color : #ccc ; } .w { width : 900px ; margin : 0 auto ; } .header { height : 60px ; background-color : #444 ; } .header-w { position : relative ; } .logo { position : absolute ; top : 0 ; left : 0 ; width : 100px ;