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