From a67ee5125f1fd0fa9514867ac5b09723bc345734 Mon Sep 17 00:00:00 2001 From: Daquavid Date: Fri, 15 Dec 2023 12:15:58 -0700 Subject: [PATCH] Update 'style.css' --- style.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index 3377fd0..6a79d27 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,14 @@ -.feeter { - border-top-style: double; - height: auto; - width: 100%; - bottom: 0; - left: 0; - position: fixed; - text-align: center; - line-height: 0.5; -} \ No newline at end of file +.feeter { + border-top-style: double; + height: auto; + width: 100%; + bottom: 0; + left: 0; + position: fixed; + text-align: center; + line-height: 0.5; +} +body {background-color: burlywood;} +h1 { + text-decoration-color: blue; +} \ No newline at end of file