From fd62e3bcf1f1d4b4efef278e8d738052c48a62eb Mon Sep 17 00:00:00 2001 From: Clintonugo Date: Thu, 28 Nov 2019 04:06:38 -0800 Subject: [PATCH 1/3] added footer both its html and css files, corrected some wrong spellings, i will still add some hover attribute to the top menu too just endorse this one and accept my pull request please --- index.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++-- styles/index.css | 66 +++++++++++++++++++++++++++++++++++- 2 files changed, 150 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ca3db28..ad83784 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@

120 Pro

Resume

-

A small river named Dudon flows y their place and supplies it with the necessary regelialia. It is paradisematic +

A small river named Dudon flows by their place and supplies it with the necessary regelialia. It is paradisematic
country, in which roasted parts of sentences fly into your mouth

@@ -144,7 +144,7 @@

Our Projects

-

Far far away, behind the word mountins, far from te countries Nigeria and dubai

+

Far far away, behind the word mountains, far from the countries Nigeria and dubai

workplease workplease2 @@ -164,7 +164,6 @@

Our Projects

-
@@ -241,6 +240,89 @@

+ + + diff --git a/styles/index.css b/styles/index.css index c96f59c..299d932 100644 --- a/styles/index.css +++ b/styles/index.css @@ -626,4 +626,68 @@ input.hired{ left: 45em; width: 180px; outline: hidden; -} \ No newline at end of file +} +p{ + color:white; + } + .h4a{ + color:white; + margin-left:50px; + } + .h4b{ + color:white; + margin-left:50px; + } + .h4c{ + color:white; + margin-left:50px; + } + .h4d{ + color:white; + margin-left:50px; + } + .copyright{ + text-align:center; + } + .far{ + top:3px; + margin-left:50px; + } + li{ + color:white; + list-style-type: none; + /* display:inline-block; */ + } + /*ul{ + display: inline-block; + } */ + footer.footer div.footer_container { + width: 100%; + height: 400px; + display: block; + margin-bottom: 30px; + } + div.footer__container__col { + float: left; + width: 25%; + height: 200px; + color:#fff; + } + div.footer__container__content{ + font-size: 13px; + text-justify: newspaper + } + h4.footer__container__title{ + font-weight: bolder; + } + ul.footer__container__content__list__items { + padding-left: 0; + } + ul.footer__container__content__list__items li { + padding-top:5px; + padding-bottom: 5px; + } + span.social__icons__container { + background-color: grey; + } + \ No newline at end of file From db044b2dee44c500938c34df168d46b2e7d306b5 Mon Sep 17 00:00:00 2001 From: Clintonugo Date: Thu, 28 Nov 2019 04:21:46 -0800 Subject: [PATCH 2/3] fix footer layout --- index.html | 8 ++++---- styles/index.css | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ad83784..4029ae5 100644 --- a/index.html +++ b/index.html @@ -248,10 +248,10 @@ diff --git a/styles/index.css b/styles/index.css index 299d932..cb55a9c 100644 --- a/styles/index.css +++ b/styles/index.css @@ -670,15 +670,17 @@ p{ div.footer__container__col { float: left; width: 25%; - height: 200px; + height: 300px; color:#fff; } div.footer__container__content{ font-size: 13px; - text-justify: newspaper + text-justify: newspaper; + position: relative; } h4.footer__container__title{ font-weight: bolder; + padding-left:17px; } ul.footer__container__content__list__items { padding-left: 0; @@ -686,6 +688,8 @@ p{ ul.footer__container__content__list__items li { padding-top:5px; padding-bottom: 5px; + display: block; + text-align: left; } span.social__icons__container { background-color: grey; From cbdaabab8c4d025425e75d527649e9a3583929ca Mon Sep 17 00:00:00 2001 From: Clintonugo Date: Thu, 28 Nov 2019 05:01:52 -0800 Subject: [PATCH 3/3] created the footer and removed outline from buttons --- index.html | 4 ++-- styles/index.css | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4029ae5..2196b98 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@
+ -