2017年2月17日

html 初始化

摘要: // html 初始化 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>html</title></head><body> </body></html> 阅读全文

posted @ 2017-02-17 14:00 杨俊飞 阅读(225) 评论(0) 推荐(0) 编辑

css reset

摘要: // 简单的reset *{ margin: 0; border: 0; padding: 0;}a{ text-decoration: none; color: #000;}ul{ list-style: none;}body{ font-family: "微软雅黑"; font-size: 16 阅读全文

posted @ 2017-02-17 13:58 杨俊飞 阅读(154) 评论(0) 推荐(0) 编辑

导航