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 @@ + +