From 8dadb7e1212c9952e89cb2cb465239a2a6696ea2 Mon Sep 17 00:00:00 2001
From: Zhao Xin <7176466@qq.com>
Date: Tue, 3 Jan 2023 13:35:50 +0800
Subject: [PATCH] update
---
15.向日葵.html | 73 +++++++++++++++++++++++++++++++++++++
16.我的画笔.html | 68 +++++++++++++++++++++++++++++++++++
TEST.html | 94 ++++++++++++++++++++----------------------------
css/style.css | 5 +--
4 files changed, 183 insertions(+), 57 deletions(-)
create mode 100644 15.向日葵.html
create mode 100644 16.我的画笔.html
diff --git a/15.向日葵.html b/15.向日葵.html
new file mode 100644
index 0000000..0db5896
--- /dev/null
+++ b/15.向日葵.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+ 向日葵
+
+
+
+
+
+
+
+
+
+
diff --git a/16.我的画笔.html b/16.我的画笔.html
new file mode 100644
index 0000000..4f98f73
--- /dev/null
+++ b/16.我的画笔.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+ 我的画笔
+
+
+
+
+
+
+
+
+
+
diff --git a/TEST.html b/TEST.html
index e17d89e..8af4a22 100644
--- a/TEST.html
+++ b/TEST.html
@@ -5,78 +5,62 @@
- 音乐可视化
+ 向日葵
diff --git a/css/style.css b/css/style.css
index e007a8f..ae24011 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,12 +1,13 @@
* {
- padding: 0;
margin: 0;
+ padding: 0;
box-sizing: border-box;
background-color: gray;
}
+
body {
display: flex;
height: 100vh;
- justify-content: center;
align-items: center;
+ justify-content: center;
}