From 4703a9aa044122a86ae05b9ab511850522ffe6aa Mon Sep 17 00:00:00 2001 From: Aravind6369792164 Date: Sat, 18 Mar 2023 12:07:46 -0700 Subject: [PATCH 1/3] updateded the background --- index.css | 19 ++++++++++++++----- index.html | 1 + 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 52aa2ed..26105fd 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,15 @@ -body{ - background-image: url("285674.jpg"); - width: 100vw; - height: 100vh; + +*{ + margin: 0px; + padding: 0px; +}body{ + + width: 100%; + height: 99.5vh; } -s \ No newline at end of file +img{ + background-size: cover; + + height: 100%; + width: 100%; +} \ No newline at end of file diff --git a/index.html b/index.html index ca66786..62ff8b3 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + From fe31d5a18ff3bccd6fdbc49289e1cad1275c7021 Mon Sep 17 00:00:00 2001 From: Aravind6369792164 Date: Sat, 18 Mar 2023 12:24:56 -0700 Subject: [PATCH 2/3] added the kg_foss text in the center of the page --- index.css | 10 ++++------ index.html | 4 +++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.css b/index.css index 26105fd..e95cfdf 100644 --- a/index.css +++ b/index.css @@ -6,10 +6,8 @@ width: 100%; height: 99.5vh; + display: flex; + justify-content: center; + align-items: center; + font-size: 57px; } -img{ - background-size: cover; - - height: 100%; - width: 100%; -} \ No newline at end of file diff --git a/index.html b/index.html index 62ff8b3..feb6096 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,9 @@ - +

+ Hello everyone! KG_FOSS welcomes you +

From a733bb33d7cdb60f0029fab2a9d94b566051b4ff Mon Sep 17 00:00:00 2001 From: Aravind6369792164 Date: Sat, 18 Mar 2023 12:54:24 -0700 Subject: [PATCH 3/3] upadated a email, phone number, gitup repository --- index.css | 27 ++++++++++++++++++++++++++- index.html | 11 ++++++++--- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index e95cfdf..d578df7 100644 --- a/index.css +++ b/index.css @@ -6,8 +6,33 @@ width: 100%; height: 99.5vh; + +} +.header{ + height: 80px; + width: 100%; display: flex; justify-content: center; align-items: center; - font-size: 57px; + background-color: blueviolet; + font-size: 50px; +} +.main{ + height: 600px; + width: 100%; + background-color: rgb(229, 228, 228); + display: flex; + justify-content: center; + align-items: center; + font-size: 50px; +} +.footer{ + height: 100px; + width: 100%; + background-color: rgb(19, 18, 19); + display: flex; + justify-content: space-around; + align-items: center; + font-size: 18px; + color: #FFF; } diff --git a/index.html b/index.html index feb6096..99f107d 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,14 @@ -

- Hello everyone! KG_FOSS welcomes you -

+
Header
+
Container
+