diff --git a/Footer/index.html b/Footer/index.html new file mode 100644 index 0000000..a5b2188 --- /dev/null +++ b/Footer/index.html @@ -0,0 +1,112 @@ + + + + + + Document + + + + + + + + + + + + +

Hello World

+ + + + + + + + + + + + diff --git a/Footer/webd.css b/Footer/webd.css new file mode 100644 index 0000000..5b58ddb --- /dev/null +++ b/Footer/webd.css @@ -0,0 +1,31 @@ + +body{ + font-family: 'Montserrat-light'; + text-align: center; + +} + +#footer{ + background-color: #383E56; + color:white; +} + +hr{ + margin-bottom: 5px ; + border: 2px solid white; +} + + +.BackToTop{ + margin-top: 30px; +} + + +.social-media{ + color: white; + margin: 20px 20px; +} + +.social-media:hover{ + color: #8ab1c9; +}