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; }