From 3fa0fe92a579a05c38818f5023d2c32693161ced Mon Sep 17 00:00:00 2001 From: Khushboo288 <84862960+Khushboo288@users.noreply.github.com> Date: Mon, 11 Oct 2021 12:28:16 -0700 Subject: [PATCH 1/2] Added Html of Footer This is html of Footer. Css is in different file with name webd.css --- Footer/index.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 Footer/index.html 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

+ + + + + + + + + + + + From 7b08dd03cda8e56e6e42b25e45a0d6c3ff96e0f8 Mon Sep 17 00:00:00 2001 From: Khushboo288 <84862960+Khushboo288@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:00:15 -0700 Subject: [PATCH 2/2] Footer Css Added Css of Footer. --- Footer/webd.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Footer/webd.css 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; +}