From 789796e5bfeeac0e81726d87250fb62df93a63c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E7=A5=A5=E6=9E=97?= <2429620388@qq.com>
Date: Mon, 29 Nov 2021 16:23:42 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../demo01.html" | 69 ++++++
.../Demo2.html" | 52 +++++
.../demo01.html" | 93 ++++++++
.../2021.11.19-RGB/demo01.html" | 68 ++++++
.../demo01.html" | 217 ++++++++++++++++++
.../demo01.html" | 127 ++++++++++
.../demo02.html" | 116 ++++++++++
.../demo01.html" | 135 +++++++++++
8 files changed, 877 insertions(+)
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.15-\351\233\252\350\212\261/demo01.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.17-\345\244\252\346\236\201/Demo2.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.18-\346\226\207\345\255\227/demo01.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.19-RGB/demo01.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.24-flex\351\252\260\345\255\220/demo01.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.11.26-transform\346\227\266\351\222\237/demo01.html"
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.15-\351\233\252\350\212\261/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.15-\351\233\252\350\212\261/demo01.html"
new file mode 100644
index 0000000..0833f6c
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.15-\351\233\252\350\212\261/demo01.html"
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+ 您的浏览器不支持canvas画布
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.17-\345\244\252\346\236\201/Demo2.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.17-\345\244\252\346\236\201/Demo2.html"
new file mode 100644
index 0000000..a32a980
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.17-\345\244\252\346\236\201/Demo2.html"
@@ -0,0 +1,52 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.18-\346\226\207\345\255\227/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.18-\346\226\207\345\255\227/demo01.html"
new file mode 100644
index 0000000..0b44f26
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.18-\346\226\207\345\255\227/demo01.html"
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+ inherit 规定应该从父元素继承 white-space 属性的值。pre-line 合并空白符序列,但是保留换行符。pre-wrap 保留空白符序列,但是正常地进行换行。
+
+ white-space: nowrap 所有空格回车 制表符都合并成一个空格,文本 不换行 !!!
+
+
+
+
+
+
床前 明月光,饮食 地 上霜,举 头望 明月,低头 思故乡
+
white-space: pre 所有东西原样输出文本不换行
+
+
+
+
+
+
word-spacing : 控制每个单词之间的间距
+
+
This is some text . this is some text
+
This is some text . this is some text
+
+
+
+
letter-spacing:控制每个字母之间的间距
+
this is heading 1
+
this id heading 2
+
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.19-RGB/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.19-RGB/demo01.html"
new file mode 100644
index 0000000..b2631f7
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.19-RGB/demo01.html"
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+ 颜色属性值
+ R
+ G
+ B
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.24-flex\351\252\260\345\255\220/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.24-flex\351\252\260\345\255\220/demo01.html"
new file mode 100644
index 0000000..f01fd6c
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.24-flex\351\252\260\345\255\220/demo01.html"
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html"
new file mode 100644
index 0000000..e222f27
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html"
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html"
new file mode 100644
index 0000000..11bd2e3
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.25-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html"
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
25%
+
25%
+
25%
+
25%
+
50%
+
50%
+
+
+
+
+
+
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.11.26-transform\346\227\266\351\222\237/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.11.26-transform\346\227\266\351\222\237/demo01.html"
new file mode 100644
index 0000000..d241195
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.11.26-transform\346\227\266\351\222\237/demo01.html"
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+
+
+
+
+
--
Gitee
From 3467ed2c16609e0c4612195181a624daf799d4ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E7=A5=A5=E6=9E=97?= <2429620388@qq.com>
Date: Thu, 2 Dec 2021 11:22:48 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../demo01.html" | 30 +++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.12.01-SVG\344\272\272\350\204\270/demo01.html"
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.12.01-SVG\344\272\272\350\204\270/demo01.html" "b/\351\273\204\347\245\245\346\236\227/2021.12.01-SVG\344\272\272\350\204\270/demo01.html"
new file mode 100644
index 0000000..d061b61
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.12.01-SVG\344\272\272\350\204\270/demo01.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hello World
+
+
+
--
Gitee
From ed29ecdbbef86fed81fc2cf3452edbc08606e528 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E7=A5=A5=E6=9E=97?= <2429620388@qq.com>
Date: Mon, 6 Dec 2021 17:10:19 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../demo1.html" | 34 +++++
.../demo2.html" | 116 ++++++++++++++++++
.../demo3.html" | 111 +++++++++++++++++
.../fangzidichan.svg" | 1 +
4 files changed, 262 insertions(+)
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo1.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo2.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo3.html"
create mode 100644 "\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/fangzidichan.svg"
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo1.html" "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo1.html"
new file mode 100644
index 0000000..584e041
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo1.html"
@@ -0,0 +1,34 @@
+
+
+
+
+
+ Document
+
+
+ 一个简单的表单
+ 基础形式
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo2.html" "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo2.html"
new file mode 100644
index 0000000..e2a95bd
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo2.html"
@@ -0,0 +1,116 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
有企业营业执照(含个体工商户)的用户请注册。权益如下:做企业实名认证;作为卖家身份开店;作为买家身份采购。
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo3.html" "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo3.html"
new file mode 100644
index 0000000..35bf1bd
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/demo3.html"
@@ -0,0 +1,111 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
无企业营业执照的个人用户请注册个人账户。权益如下:做个人实名认证;作为买家身份采购;
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/fangzidichan.svg" "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/fangzidichan.svg"
new file mode 100644
index 0000000..5659025
--- /dev/null
+++ "b/\351\273\204\347\245\245\346\236\227/2021.12.02-css3-h5\350\241\250\345\215\225\345\205\203\347\264\240/fangzidichan.svg"
@@ -0,0 +1 @@
+
\ No newline at end of file
--
Gitee