From 78c59cdc1013fe73a9d810a966ba9506a81c4dc2 Mon Sep 17 00:00:00 2001 From: YASH SRIVASTAVA <83231886+yash21sriv@users.noreply.github.com> Date: Sun, 19 May 2024 11:57:45 +0530 Subject: [PATCH 1/2] Update index.html adding new footer design --- index.html | 78 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 44ae97f..2ebfa59 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ - + @@ -16,13 +16,14 @@ + EDUFORD UNIVERSITY WEBSITE
- +
+

made with By Juhi +

+
+ + - \ No newline at end of file + From 4438176661caba7117d3634c570b211b7ceac5d1 Mon Sep 17 00:00:00 2001 From: YASH SRIVASTAVA <83231886+yash21sriv@users.noreply.github.com> Date: Sun, 19 May 2024 11:59:08 +0530 Subject: [PATCH 2/2] Create footer_style.css Footer stylesheet --- footer_style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 footer_style.css diff --git a/footer_style.css b/footer_style.css new file mode 100644 index 0000000..5bdcbdb --- /dev/null +++ b/footer_style.css @@ -0,0 +1,28 @@ +/* footer section start */ +*{ + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + -o-box-sizing:border-box; + -ms-box-sizing:border-box; + box-sizing:border-box; +} +body{ + font-size:25px; + max-width:1820px; + margin:0 auto; + overflow-x:hidden; + font-family: poppins; +} +#footer{ + padding: 5rem; + background-image: linear-gradient(rgba(21, 20, 20, 0), rgba(0, 0, 0, 0.7)), url(./eduford_img/background.jpg); + size-adjust: 35%; +} +.icons ul { + display: flex; + list-style: none; + padding: 0; + font-size:55px; +} + +/* footer section end */