From 4b52a159fe8cbe23d241554f9c1951ff535d7676 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9C=E5=BC=A0=E6=80=9D=E5=A9=B7=E2=80=9D?=
<“3110906264@qq.com”>
Date: Wed, 24 Nov 2021 19:22:22 +0800
Subject: [PATCH 1/2] 1
---
.../11-19/1.html" | 98 +++++++++++++++++--
1 file changed, 89 insertions(+), 9 deletions(-)
diff --git "a/\345\274\240\346\200\235\345\251\267/11-19/1.html" "b/\345\274\240\346\200\235\345\251\267/11-19/1.html"
index deb45be..3153ed6 100644
--- "a/\345\274\240\346\200\235\345\251\267/11-19/1.html"
+++ "b/\345\274\240\346\200\235\345\251\267/11-19/1.html"
@@ -1,11 +1,91 @@
-
-
-
-
- DoDoDo
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From d98c44322f29327aa7d02662f10b09dcc44d4282 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9C=E5=BC=A0=E6=80=9D=E5=A9=B7=E2=80=9D?=
<“3110906264@qq.com”>
Date: Mon, 29 Nov 2021 12:19:07 +0800
Subject: [PATCH 2/2] =?UTF-8?q?2111.24-26css=E4=BD=9C=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../11-24/1.html" | 141 +
.../11-25/1.html" | 218 +
.../11-25/2.html" | 66 +
.../11-25/css/style.css" | 10 +
.../11-26/1.html" | 189 +
.../11-26/js/jquery-3.6.0.js" | 10881 ++++++++++++++++
6 files changed, 11505 insertions(+)
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-24/1.html"
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-25/1.html"
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-25/2.html"
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-25/css/style.css"
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-26/1.html"
create mode 100644 "\345\274\240\346\200\235\345\251\267/11-26/js/jquery-3.6.0.js"
diff --git "a/\345\274\240\346\200\235\345\251\267/11-24/1.html" "b/\345\274\240\346\200\235\345\251\267/11-24/1.html"
new file mode 100644
index 0000000..4b757a5
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-24/1.html"
@@ -0,0 +1,141 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\274\240\346\200\235\345\251\267/11-25/1.html" "b/\345\274\240\346\200\235\345\251\267/11-25/1.html"
new file mode 100644
index 0000000..4028463
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-25/1.html"
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+ Grid掷骰子
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\274\240\346\200\235\345\251\267/11-25/2.html" "b/\345\274\240\346\200\235\345\251\267/11-25/2.html"
new file mode 100644
index 0000000..48e9545
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-25/2.html"
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 基本网格布局
+
+
+
+
+
+
+
+
25%
+
25%
+
25%
+
25%
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\274\240\346\200\235\345\251\267/11-25/css/style.css" "b/\345\274\240\346\200\235\345\251\267/11-25/css/style.css"
new file mode 100644
index 0000000..2672d94
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-25/css/style.css"
@@ -0,0 +1,10 @@
+.container {
+ display: grid;
+}
+.item {
+ background-color: orange;
+ font-size: 2em;
+ text-align: center;
+ color: #fff;
+ border: 1px solid #333;
+}
\ No newline at end of file
diff --git "a/\345\274\240\346\200\235\345\251\267/11-26/1.html" "b/\345\274\240\346\200\235\345\251\267/11-26/1.html"
new file mode 100644
index 0000000..95e0f75
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-26/1.html"
@@ -0,0 +1,189 @@
+
+
+
+
+
+ 实时时钟
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\274\240\346\200\235\345\251\267/11-26/js/jquery-3.6.0.js" "b/\345\274\240\346\200\235\345\251\267/11-26/js/jquery-3.6.0.js"
new file mode 100644
index 0000000..fc6c299
--- /dev/null
+++ "b/\345\274\240\346\200\235\345\251\267/11-26/js/jquery-3.6.0.js"
@@ -0,0 +1,10881 @@
+/*!
+ * jQuery JavaScript Library v3.6.0
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright OpenJS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2021-03-02T17:08Z
+ */
+( function( global, factory ) {
+
+ "use strict";
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+
+ // For CommonJS and CommonJS-like environments where a proper `window`
+ // is present, execute the factory and get jQuery.
+ // For environments that do not have a `window` with a `document`
+ // (such as Node.js), expose a factory as module.exports.
+ // This accentuates the need for the creation of a real `window`.
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info.
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
+
+// Pass this if window is not defined yet
+} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
+// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
+// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
+// enough that all such attempts are guarded in a try block.
+"use strict";
+
+var arr = [];
+
+var getProto = Object.getPrototypeOf;
+
+var slice = arr.slice;
+
+var flat = arr.flat ? function( array ) {
+ return arr.flat.call( array );
+} : function( array ) {
+ return arr.concat.apply( [], array );
+};
+
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var fnToString = hasOwn.toString;
+
+var ObjectFunctionString = fnToString.call( Object );
+
+var support = {};
+
+var isFunction = function isFunction( obj ) {
+
+ // Support: Chrome <=57, Firefox <=52
+ // In some browsers, typeof returns "function" for HTML