From 18d027cc4927e24c195547e103eefd10a622b4ea Mon Sep 17 00:00:00 2001 From: Jayanth Date: Thu, 29 Aug 2024 11:40:10 +0530 Subject: [PATCH 1/2] I have changed It --- index.html | 12 ++++++++++-- style.css | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8990375..bb02ddc 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,17 @@ + +

+ Created By Kalvium +

+

+ KALVIUM Work Integrated Program +

+

Hi, I am Jayanth, I am a Kalviam.

+ -

Hi, I am John Doe, I am a Kalvian.

- + CLICK HERE \ No newline at end of file diff --git a/style.css b/style.css index 6d1af5c..34e3767 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ /* Change the color of the text from blue to red */ p { - color: blue; -} \ No newline at end of file + color: rgb(248, 7, 7); +} From 7314a030fcfa730c792646d2a0574a3e07fdb77d Mon Sep 17 00:00:00 2001 From: Jayanth Date: Thu, 26 Sep 2024 14:35:04 +0530 Subject: [PATCH 2/2] done --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 34e3767..a03e5e2 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ /* Change the color of the text from blue to red */ p { color: rgb(248, 7, 7); + background-color: aqua; }