diff --git a/src/haloween.html b/src/haloween.html index e24e1b8..ba2342d 100644 --- a/src/haloween.html +++ b/src/haloween.html @@ -88,7 +88,14 @@

🎃 Happy Halloween

- + diff --git a/src/style/halloween/style.css b/src/style/halloween/style.css index ab46169..4c965b4 100644 --- a/src/style/halloween/style.css +++ b/src/style/halloween/style.css @@ -48,3 +48,26 @@ p{ padding: 10px; } +.footer { + position: relative; + left: 0; + bottom:-20px; + width: 100%; + background-color: black; + color: #fff; + text-align: left; + font-family:"Playfair Display", Georgia, serif; + padding:10px 0; +} + +.copyright{ + text-align:center; + display:inline-block; + clear:both; + width:100%; +} + +.footer .copyright p { + font-family: "Karla", Arial, sans-serif; + font-size: 12px; +} \ No newline at end of file diff --git a/src/style/home/home.css b/src/style/home/home.css index 3e73dde..6c37a73 100644 --- a/src/style/home/home.css +++ b/src/style/home/home.css @@ -36,7 +36,6 @@ li { } .footer { - position: relative; left: 0; bottom:-20px;