摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-09-15 22:09 13522679763-任国强 阅读(153) 评论(0) 推荐(0)
摘要: http://alloyteam.github.io/gopng/### 阅读全文
posted @ 2020-09-15 21:49 13522679763-任国强 阅读(112) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="style 阅读全文
posted @ 2020-09-14 22:30 13522679763-任国强 阅读(347) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="iconfont/iconfont.css"> <style> p: 阅读全文
posted @ 2020-09-14 21:00 13522679763-任国强 阅读(119) 评论(0) 推荐(0)
摘要: 既可以解决高度塌陷问题 也可以 外边距重叠问题 .clearfix::after, .clearfix::before{ content: ""; display: table; clear: both; } <!DOCTYPE html> <html lang="en"> <head> <meta 阅读全文
posted @ 2020-09-13 20:00 13522679763-任国强 阅读(103) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .box1{ width: 400px; height: 200px; background-color: # 阅读全文
posted @ 2020-09-13 11:04 13522679763-任国强 阅读(147) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .box1{ width: 200px; height: 200px; background-color: # 阅读全文
posted @ 2020-09-13 10:34 13522679763-任国强 阅读(126) 评论(0) 推荐(0)
摘要: /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document */ /** * 1. Correct the line height in all browsers. * 2. Pre 阅读全文
posted @ 2020-09-12 13:59 13522679763-任国强 阅读(250) 评论(0) 推荐(0)
摘要: /* v2.0 | 20110126 http://meyerweb.com/eric/tools/css/reset/ License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h 阅读全文
posted @ 2020-09-12 13:58 13522679763-任国强 阅读(217) 评论(0) 推荐(0)
摘要: 创建分支 git checkout -b login 查看当前分支 git branch 阅读全文
posted @ 2020-09-06 23:20 13522679763-任国强 阅读(137) 评论(0) 推荐(0)