From d1befba0cb8c8483a1e1624e119a54e1d212e191 Mon Sep 17 00:00:00 2001 From: PatOn Date: Mon, 16 Nov 2020 17:11:34 +0000 Subject: [PATCH 1/5] HTML Base Base HTML - DONE HTML - fixed imports - missing "http:" CSS - to control size of the pictures CSS - background-image - uploaded --- css/style.css | 9 +++++++++ index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 5cb025cef..f7b9107a8 100755 --- a/css/style.css +++ b/css/style.css @@ -17,3 +17,12 @@ body { */ +/* Temporrary */ + +img { + width: 5%; +} + +.first-section { + background-image: url(../img/first-background.jpg); +} \ No newline at end of file diff --git a/index.html b/index.html index 876b59d64..6f7239cb7 100755 --- a/index.html +++ b/index.html @@ -4,9 +4,9 @@ Karma - - - + + + @@ -16,6 +16,55 @@ + + +
+ +
+ + +

Introduction Karma

+

Bring WiFi with You, everywhere You go.

+ +
+ +
+

Everyone needs a little Karma

+ + +

Internet for all devices

+ + +

Boos Your Productivity

+ + +

Pay as You go

+ +
+ +
+

Join us on

+ + + +

© Karma Mobility, Inc.

+
+ + +
+ From 5148b0cb434a9c32b363b476d8c2321b0b45e35e Mon Sep 17 00:00:00 2001 From: PatOn Date: Mon, 16 Nov 2020 18:27:28 +0000 Subject: [PATCH 2/5] HTML + CSS Improvement HTML - changes added
s CSS :