diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.15--canvas\345\212\250\347\224\273/\351\233\252\350\212\261\351\243\230\350\220\275.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.15--canvas\345\212\250\347\224\273/\351\233\252\350\212\261\351\243\230\350\220\275.html" new file mode 100644 index 0000000000000000000000000000000000000000..551fa45c3cea1a091186e6f7b4a17357e6d86876 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.15--canvas\345\212\250\347\224\273/\351\233\252\350\212\261\351\243\230\350\220\275.html" @@ -0,0 +1,77 @@ + + + + + + + + + + + + + 您的浏览器不支持canvas画布 + + + + + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.17--\344\274\252\347\261\273\351\200\211\346\213\251\345\231\250/\345\244\252\346\236\201\345\233\276.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.17--\344\274\252\347\261\273\351\200\211\346\213\251\345\231\250/\345\244\252\346\236\201\345\233\276.html" new file mode 100644 index 0000000000000000000000000000000000000000..dcd742406c4dd8b3cc6263222d97fd304f24d9f7 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.17--\344\274\252\347\261\273\351\200\211\346\213\251\345\231\250/\345\244\252\346\236\201\345\233\276.html" @@ -0,0 +1,78 @@ + + + + + + Document + + + +
+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/letter-spacing.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/letter-spacing.html" new file mode 100644 index 0000000000000000000000000000000000000000..8c60930270ec506d1d6d69ba7ca9f7c857adb811 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/letter-spacing.html" @@ -0,0 +1,32 @@ + + + + + + Document + + + +

letter spacingletter spacingletter spacingletter spacing

+

letter spacingletter spacingletter spacingletter spacing

+

letter spacingletter spacingletter spacingletter spacing

+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/white-space.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/white-space.html" new file mode 100644 index 0000000000000000000000000000000000000000..fd3845b574c7559bbb629114c9b289f232fddffd --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/white-space.html" @@ -0,0 +1,61 @@ + + + + + + Document + + + + /*white-space设置处理元素的空白*/ +

+ normal + 连续的空白符会被合并,换行符会被当作空白符来处理 + 连续的空白符会被合并,换行符会被当作空白符来处理 + 连续的空白符会被合并,换行符会被当作空白符来处理 +

+

+ pre + 连续的空白符会被保留。在遇到换行符或者br元素时才会换行。 + 连续的空白符会被保留。在遇到换行符或者br元素时才会换行。 + 连续的空白符会被保留。在遇到换行符或者br元素时才会换行。 +

+

+ pre-wrap + 连续的空白符会被保留。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时才会换行。 + 连续的空白符会被保留。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时才会换行。 + 连续的空白符会被保留。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时才会换行。 +

+

+ pre-line + 连续的空白符会被合并。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时会换行。 + 连续的空白符会被合并。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时会换行。 + 连续的空白符会被合并。在遇到换行符或者br元素,或者需要为了填充「行框盒子(line boxes)」时会换行。 +

+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-break.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-break.html" new file mode 100644 index 0000000000000000000000000000000000000000..2b451ac585de1dc8e8feedd7b2119eaa401b068c --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-break.html" @@ -0,0 +1,72 @@ + + + + + + Document + + + + CSS 属性 word-break 指定了怎样在单词内断行。 +

+ normal + Honorificabilitudinitatibus califragilisticexpialidocious Taumatawhakatangihangakoauauotamateaturipukakapiki + maungahoronukupokaiwhenuakitanatahu + 次の単語グレートブリテンおよび北アイルランド連合王国で本当に大きな言葉 +

+

+ break-all + Honorificabilitudinitatibus califragilisticexpialidocious Taumatawhakatangihangakoauauotamateaturipukakapiki + maungahoronukupokaiwhenuakitanatahu + 次の単語グレートブリテンおよび北アイルランド連合王国で本当に大きな言葉 +

+

+ keep-all + Honorificabilitudinitatibus califragilisticexpialidocious Taumatawhakatangihangakoauauotamateaturipukakapiki + maungahoronukupokaiwhenuakitanatahu + 次の単語グレートブリテンおよび北アイルランド連合王国で本当に大きな言葉 +

+

+ break-word + Honorificabilitudinitatibus califragilisticexpialidocious Taumatawhakatangihangakoauauotamateaturipukakapiki + maungahoronukupokaiwhenuakitanatahu + 次の単語グレートブリテンおよび北アイルランド連合王国で本当に大きな言葉 +

+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-spacing.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-spacing.html" new file mode 100644 index 0000000000000000000000000000000000000000..dd1484a2ac2e6cc1a49fc4c2e93e366affe0f89e --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-spacing.html" @@ -0,0 +1,48 @@ + + + + + + Document + + + +

+ 正常的单词间距,由当前字体和/或浏览器定义。 + 这是一些文本。 + this is a text +

+

+ 通过指定具体的额外间距来增加字体的单词间距length + 这是一些文本。 + this is a text +

+

+ 通过指定受影响字符的宽度的百分比的方式来增加的间距 + 这是一些文本。 + this is a text +

+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-wrap.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-wrap.html" new file mode 100644 index 0000000000000000000000000000000000000000..02fabf39b0590394991cfa7f4d0389fb7949efc9 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.18--css\346\226\207\346\234\254\345\261\236\346\200\247/word-wrap.html" @@ -0,0 +1,37 @@ + + + + + + Document + + + + +

+ 这是word-wrap为normal的文本,只在允许的断字点换行(浏览器保持默认处理)。 + This paragraph contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line. +

+ +

+ 这是word-wrap为break-word的文本,在长单词或 URL 地址内部进行换行。 + This paragraph contains a very long word: thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line. +

+ + + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.19--\345\200\274\344\270\216\345\215\225\344\275\215/demo01.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.19--\345\200\274\344\270\216\345\215\225\344\275\215/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..0fb02e76c61264e7f05bb08ff7da971eb7239665 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.19--\345\200\274\344\270\216\345\215\225\344\275\215/demo01.html" @@ -0,0 +1,82 @@ + + + + + + Document + + + +
rgb(108,87,106)
+

R

+

G

+

B

+ + + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/bb.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/bb.png" new file mode 100644 index 0000000000000000000000000000000000000000..639710b7dac163a1acc333f5fb9bffb4b8c7b511 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/bb.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji.png" new file mode 100644 index 0000000000000000000000000000000000000000..d31136357347849d425ab4deb71739cd63242487 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji02.webp" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji02.webp" new file mode 100644 index 0000000000000000000000000000000000000000..6bcd46c57052a8eeae47d689671f0df3836c14b8 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji02.webp" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji03.gif" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji03.gif" new file mode 100644 index 0000000000000000000000000000000000000000..c6f205debb265ce27d0707f7c417459fbd50e8cf Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji03.gif" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji04.gif" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji04.gif" new file mode 100644 index 0000000000000000000000000000000000000000..70449b54d54d592ec253010daec7bd25a142cc45 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji04.gif" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji05.webp" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji05.webp" new file mode 100644 index 0000000000000000000000000000000000000000..0d9a0b90e71cbe621894334c0268fb069e2a4241 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji05.webp" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji06.webp" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji06.webp" new file mode 100644 index 0000000000000000000000000000000000000000..919596c4a1cfc162dd718ea09b768118b194055d Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/boji06.webp" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dada.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dada.png" new file mode 100644 index 0000000000000000000000000000000000000000..7c744ba9b65887c6166ac4120d6d805be586ef40 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dada.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dms.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dms.png" new file mode 100644 index 0000000000000000000000000000000000000000..3ec72844cc5d4711c2478e82216128ca97013459 Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/dms.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/kake.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/kake.png" new file mode 100644 index 0000000000000000000000000000000000000000..eb820532573dbad2cc4d377dc13e5ec314f0953d Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/kake.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/xilin.png" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/xilin.png" new file mode 100644 index 0000000000000000000000000000000000000000..3b1369f5ca75ac4e1fe92ff2b0890ae5c3c8fb7f Binary files /dev/null and "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/images/xilin.png" differ diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/\347\200\221\345\270\203\346\265\201.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/\347\200\221\345\270\203\346\265\201.html" new file mode 100644 index 0000000000000000000000000000000000000000..79c6a0d1daaa27995528a4f26f05990cf97f9a60 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.22--\345\244\232\345\210\227\345\270\203\345\261\200/\347\200\221\345\270\203\346\265\201.html" @@ -0,0 +1,90 @@ + + + + + + 国王排名人物 + + + +
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ +

波吉

+
+
+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo01.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..3ede7b15b022ea972c3e7e0e88b54778cf1dbafb --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo01.html" @@ -0,0 +1,34 @@ + + + + + + Document + + + +
+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo02.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo02.html" new file mode 100644 index 0000000000000000000000000000000000000000..4beff9a64b2e6e1c2818e55c9ac176a758352533 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo02.html" @@ -0,0 +1,49 @@ + + + + + + Document + + + +
+
+ + +
+
+ + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo03.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo03.html" new file mode 100644 index 0000000000000000000000000000000000000000..1b23b3239907bca5e64e2f16a610c90613a995a5 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.24--flex\345\270\203\345\261\200/demo03.html" @@ -0,0 +1,180 @@ + + + + + + + Document + + + + +
+ +
+
+ + +
+
+ + + +
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ +
+
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + +
+ + + \ No newline at end of file diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid01.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid01.html" new file mode 100644 index 0000000000000000000000000000000000000000..2ef97e664496b46a19c73838c5434190fe2089b7 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid01.html" @@ -0,0 +1,151 @@ + + + + + + grid骰子小案例 + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git "a/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid02.html" "b/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid02.html" new file mode 100644 index 0000000000000000000000000000000000000000..48e9545c380cad7c462d987deea452da01b06363 --- /dev/null +++ "b/\346\236\227\345\271\274\350\212\263/2021.11.25--grid\345\270\203\345\261\200/grid02.html" @@ -0,0 +1,66 @@ + + + + + + 基本网格布局 + + + +
+
+
50%
+
50%
+
+
+
33%
+
33%
+
33%
+
+
+
25%
+
25%
+
25%
+
25%
+
+
+
50%
+
50%
+
+ +
+ + \ No newline at end of file