From a0085425e0639717821857f69d50b082f64e9a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=9D=82=E6=98=B4?= Date: Wed, 26 Feb 2025 18:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E6=A1=A3=EF=BC=9A=E5=AE=8C=E6=88=90?= =?UTF-8?q?=20=E5=AE=9E=E9=AA=8C=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homework1/index.css | 11 ++++++++++- homework1/index.html | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/homework1/index.css b/homework1/index.css index 8b31688..162baa8 100644 --- a/homework1/index.css +++ b/homework1/index.css @@ -185,4 +185,13 @@ #main_form form button:hover { background: rgb(255, 255, 255); color: rgb(240, 120, 24); -} \ No newline at end of file +} + +/* 页脚 */ +#footer { + width: 100%; + background: rgb(242, 246, 247); + padding: 5em 0; + text-align: center; + font-size: 14px; +} diff --git a/homework1/index.html b/homework1/index.html index 215b3e7..6fc1f0c 100644 --- a/homework1/index.html +++ b/homework1/index.html @@ -95,5 +95,9 @@ + +