From cd8dfb9df982032a61d2af3af9ebe5a4f3786943 Mon Sep 17 00:00:00 2001 From: EleMashige Date: Wed, 15 Jun 2022 16:32:51 +0200 Subject: [PATCH 1/6] Updated Updated --- css/style.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/css/style.css b/css/style.css index 5cb025cef..6ca37f2a4 100755 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,52 @@ body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; } +.navbar { + align-items: center; + background-color: white; + color: grey; + display: flex; + flex-direction: row; + justify-content: space-around; + padding-top: 30px; +} +.list { + list-style-type: none; + display: inline-block; +} +.list :hover { + color: #E67E22; +} +.list-items { + display: inline-block; + padding: 20px; +} +.navbar a { + color: grey; + text-decoration:none +} +.picture { + background-image: url('/Users/admin/Documents/Ele clone/HTML-CSS-Module-Project/img/first-background.jpg'); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + padding: 200px; + margin: 40px; + color: white; +} +.picture-content { +padding-left: 300px; +} +.button { + background-color: #E67E22; + border-color: #E67E22; + border-style: solid; + border-radius: 5px; + color: white; + margin-left: 100px; + padding: 8px; +} /** * Add your custom styles below * diff --git a/index.html b/index.html index 3e742ef04..908864617 100755 --- a/index.html +++ b/index.html @@ -10,7 +10,42 @@ + +
+
+

Introducing Karma

+

Bring WIFI with you, everywhere you go

+ +
+
+ +

Everyone needs a little Karma.

+
+
+ code igm +

Internet for all devices

+
+
+ skills2 img +

Boost your productivity

+
+
+ skills2 img +

Pay as You Go

+

My favorate meal to cook is Lasagna, it's a very easy meal to make, but what makes it more exciting is people thinking that it's very complicated. I also love cooking African traditional food, it always reminds me of my roots.

+
+
From e7a3f6c90c84ebc16cc74d3a819ebf171de7c862 Mon Sep 17 00:00:00 2001 From: EleMashige Date: Wed, 15 Jun 2022 17:31:24 +0200 Subject: [PATCH 2/6] updated --- css/style.css | 35 +++++++++++++++++++++++++++++++++++ index.html | 24 ++++++++++++++++-------- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 6ca37f2a4..a9a3b84cb 100755 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,12 @@ body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; } +h1 { + font-weight:lighter; +} +h3 { + font-weight: lighter; +} .navbar { align-items: center; background-color: white; @@ -51,6 +57,35 @@ padding-left: 300px; margin-left: 100px; padding: 8px; } +.promotion-logos { + align-items: center; + display: flex; + flex-direction: row; + justify-content: space-around; + padding: 50px; +} +.promo-img { + width: 100px; + height: 100px; +} +.promotion { + text-align: center; +} +.fa { + display: flex; + flex-direction: row; + justify-content: space-around; + text-decoration: none; +} +.fa-twitter { + color: #00acee; +} +.fa-facebook { + color: #3b5998; +} +.fa-instagram { + color: #f09433; +} /** * Add your custom styles below * diff --git a/index.html b/index.html index 908864617..a210e476d 100755 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ +