diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.17 \345\244\252\346\236\201\347\273\203\344\271\240/content-counter.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.17 \345\244\252\346\236\201\347\273\203\344\271\240/content-counter.html" new file mode 100644 index 0000000000000000000000000000000000000000..f62af7b390c94d792401b8accd702799cff168eb --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.17 \345\244\252\346\236\201\347\273\203\344\271\240/content-counter.html" @@ -0,0 +1,102 @@ + + + + + + + Document + + + + + + + +
+ + +
+ + + + + + + + + + \ No newline at end of file diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo.html" new file mode 100644 index 0000000000000000000000000000000000000000..a8e8d882eb04de8c458c685b2bf35cbf9f514b0d --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo.html" @@ -0,0 +1,128 @@ + + + + + + Document + + + +

white-space效果

+ + + \ No newline at end of file diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo01.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..c97547d80df8ab65fe223a48c967105372719892 --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.18 \350\257\276\344\273\266demo\346\225\210\346\236\234/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/demo01.html" @@ -0,0 +1,185 @@ + + + + + + Document + + + +

white-space

+ + + + +

white-space

+ +

word-break效果

+
  • +

    word-break: normal; (使用浏览器默认的换行规则。)

    +

    This is a veryveryveryveryveryveryveryveryveryvery long paragraph.This is a veryveryveryveryveryveryveryveryveryvery long paragraph.

    +
  • +
  • +

    word-break: break-all; (允许在单词内换行。)

    +

    This is a veryveryveryveryveryveryveryveryveryvery long paragraph.This is a veryveryveryveryveryveryveryveryveryvery long paragraph.

    +
  • +
  • +

    word-break: keep-all; (只能在半角空格或连字符处换行。)

    +

    This is a veryveryveryveryveryveryveryveryveryvery long paragraph.This is a veryveryveryveryveryveryveryveryveryvery long paragraph.

    +
  • +

    word-wrap效果

    +
  • +

    word-wrap: normal; (只在允许的断字点换行(浏览器保持默认处理)。)

    +

    This paragraph contains a very long word: thisisaveryveryveryveryveryverylongword.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.thisisaveryveryveryveryveryverylongword. The long word will break and wrap to the next line.

    +
  • +

    word-spacing效果

    +
  • +

    word-spacing:normal; (默认。定义单词间的标准空间。)

    +

    This is some text. This is some text.

    +
  • +
  • +

    word-spacing:25px; (定义单词间的固定空间。)

    +

    This is some text. This is some text.

    +
  • +
  • +

    word-spacing:inherit; (规定应该从父元素继承 word-spacing 属性的值。)

    +

    This is some text. This is some text.

    +
  • +

    letter-spacing效果

    +
  • +

    letter-spacing: normal; (默认。规定字符间没有额外的空间。)

    +

    This is header 1

    +
  • +
  • +

    letter-spacing:20px; (定义字符间的固定空间(允许使用负值)。)

    +

    This is header 1

    +
  • +
  • +

    letter-spacing:inherit; (规定应该从父元素继承 letter-spacing 属性的值。)

    +

    This is header 1

    +
  • + + + + + +0 \ No newline at end of file diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.19\347\273\203\344\271\240(\346\262\241\345\201\232\345\256\214)/demo01.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.19\347\273\203\344\271\240(\346\262\241\345\201\232\345\256\214)/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..5c2375c435845c82c5d8194dc554cb718ead3ae3 --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.19\347\273\203\344\271\240(\346\262\241\345\201\232\345\256\214)/demo01.html" @@ -0,0 +1,89 @@ + + + + + + Document + + + + + + +
    + +
    + +
    +R +G +B +
    + + + + + + + + \ No newline at end of file diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/1.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/1.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..69bf2e54f629c2fc5461fd90a675741f4994a7e9 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/1.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/10.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/10.webp" new file mode 100644 index 0000000000000000000000000000000000000000..8e9e32d402f5573f94f3bbdb6e20dedfaf327d91 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/10.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/11.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/11.webp" new file mode 100644 index 0000000000000000000000000000000000000000..9930423769b9cbf34e8487c93b42d23514c0694e Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/11.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/12.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/12.webp" new file mode 100644 index 0000000000000000000000000000000000000000..36ca9e740ed8a3f334b2219c00a343b9a70ae02a Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/12.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/13.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/13.webp" new file mode 100644 index 0000000000000000000000000000000000000000..d408678d8559253f0df6b6176a4fcb128a2d0ade Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/13.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/14.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/14.webp" new file mode 100644 index 0000000000000000000000000000000000000000..52d04b3ebf28e6bcfef61237c1cff506a7548fc9 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/14.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/2.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/2.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..9790394973939101af7c28c9ccd10e7a5666f96a Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/2.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/3.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/3.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..f92dd9fd23707ab8b385d436e69f8eb69e64d015 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/3.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/4.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/4.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..1da8ecbd8a63e510671b43d9cde585c232106a68 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/4.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/5.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/5.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..b362f279010e1f4e7d6e6d9f46d61ed5c6eb46f4 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/5.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/6.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/6.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..706fcb09b605b0b8036750b3559cb5e94cc248b4 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/6.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/7.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/7.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..6b5f31971411e1a0826fb702af2f970066a53ecc Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/7.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/8.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/8.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..401daf9d2c977894968d10444421c59618276152 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/8.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/9.jpg" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/9.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..8c66df0b74a472bc38f106f23729082419ca8924 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/9.jpg" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/u=3912742004,3812208056&fm=26&fmt=auto.webp" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/u=3912742004,3812208056&fm=26&fmt=auto.webp" new file mode 100644 index 0000000000000000000000000000000000000000..9c7eaf6a5db044782c1913770e5ce3319e4cec45 Binary files /dev/null and "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/img/u=3912742004,3812208056&fm=26&fmt=auto.webp" differ diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/index.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..cda5fb61c8e07b269baf3ad3c668ad99847a5fe7 --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.22 \347\200\221\345\270\203\346\265\201\345\270\203\345\261\200/index.html" @@ -0,0 +1,54 @@ + + + + + + + Document + + + + + +
    + + + + + + + + + + + + + +
    + + + + + + + \ No newline at end of file diff --git "a/\346\236\227\350\264\265\345\271\263/2021.11.24 \345\274\271\346\200\247\347\233\222\345\255\220/demo01.html" "b/\346\236\227\350\264\265\345\271\263/2021.11.24 \345\274\271\346\200\247\347\233\222\345\255\220/demo01.html" new file mode 100644 index 0000000000000000000000000000000000000000..576b962c284908dfddf24a612ba91150847d2ff9 --- /dev/null +++ "b/\346\236\227\350\264\265\345\271\263/2021.11.24 \345\274\271\346\200\247\347\233\222\345\255\220/demo01.html" @@ -0,0 +1,229 @@ + + + + + + Document + + + + + + + +
    +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + \ No newline at end of file