From 2973e3c67d6cbf63aa5c4534a95f06affb75b3b7 Mon Sep 17 00:00:00 2001 From: Cy <1582664772@qq.com> Date: Sun, 28 Nov 2021 21:33:58 +0800 Subject: [PATCH] 11.28 --- .../demo01.html" | 69 ++++++ .../demo01.html" | 100 ++++++++ .../demo01.html" | 93 ++++++++ .../20211119-RGB/demo01.html" | 68 ++++++ .../demo01.html" | 217 ++++++++++++++++++ .../demo01.html" | 127 ++++++++++ .../demo02.html" | 116 ++++++++++ .../demo01.html" | 135 +++++++++++ 8 files changed, 925 insertions(+) create mode 100644 "\344\275\231\344\274\240\345\245\225/20211115-\351\233\252\350\212\261/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211117-\345\244\252\346\236\201/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211118-\346\226\207\345\255\227/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211119-RGB/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211124-flex\351\252\260\345\255\220/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211125-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211125-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html" create mode 100644 "\344\275\231\344\274\240\345\245\225/20211126-transform\346\227\266\351\222\237/demo01.html" diff --git "a/\344\275\231\344\274\240\345\245\225/20211115-\351\233\252\350\212\261/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211115-\351\233\252\350\212\261/demo01.html" new file mode 100644 index 0000000..0833f6c --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211115-\351\233\252\350\212\261/demo01.html" @@ -0,0 +1,69 @@ + + + + + + + + + + + 您的浏览器不支持canvas画布 + + + diff --git "a/\344\275\231\344\274\240\345\245\225/20211117-\345\244\252\346\236\201/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211117-\345\244\252\346\236\201/demo01.html" new file mode 100644 index 0000000..ec03ea5 --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211117-\345\244\252\346\236\201/demo01.html" @@ -0,0 +1,100 @@ + + + + + 太极图 + + + +
+ + diff --git "a/\344\275\231\344\274\240\345\245\225/20211118-\346\226\207\345\255\227/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211118-\346\226\207\345\255\227/demo01.html" new file mode 100644 index 0000000..0b44f26 --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211118-\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/\344\275\231\344\274\240\345\245\225/20211119-RGB/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211119-RGB/demo01.html" new file mode 100644 index 0000000..b2631f7 --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211119-RGB/demo01.html" @@ -0,0 +1,68 @@ + + + + + + + + +
颜色属性值
+


R

+


G

+


B

+ + + diff --git "a/\344\275\231\344\274\240\345\245\225/20211124-flex\351\252\260\345\255\220/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211124-flex\351\252\260\345\255\220/demo01.html" new file mode 100644 index 0000000..f01fd6c --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211124-flex\351\252\260\345\255\220/demo01.html" @@ -0,0 +1,217 @@ + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git "a/\344\275\231\344\274\240\345\245\225/20211125-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211125-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/\344\275\231\344\274\240\345\245\225/20211125-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/\344\275\231\344\274\240\345\245\225/20211125-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html" "b/\344\275\231\344\274\240\345\245\225/20211125-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/\344\275\231\344\274\240\345\245\225/20211125-grid\351\252\260\345\255\220\345\222\214\345\270\203\345\261\200/demo02.html" @@ -0,0 +1,116 @@ + + + + + + + + +
+
+
50%
+
50%
+
+
+
33%
+
33%
+
33%
+
+
+
25%
+
25%
+
25%
+
25%
+
50%
+
50%
+
+ +
+ + + diff --git "a/\344\275\231\344\274\240\345\245\225/20211126-transform\346\227\266\351\222\237/demo01.html" "b/\344\275\231\344\274\240\345\245\225/20211126-transform\346\227\266\351\222\237/demo01.html" new file mode 100644 index 0000000..d241195 --- /dev/null +++ "b/\344\275\231\344\274\240\345\245\225/20211126-transform\346\227\266\351\222\237/demo01.html" @@ -0,0 +1,135 @@ + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+ + -- Gitee