From f436289524c8b329b1aafbe3e3dbfdeb6bb57ddb Mon Sep 17 00:00:00 2001 From: Rajeev-Foryou Date: Wed, 4 Sep 2024 15:01:12 +0530 Subject: [PATCH 1/2] Name added --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8990375..223c630 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ -

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

+

Hi, I am Rajeev Ranjan, I am a Kalvian.

From 6787bff84806d2c740040bb6ba7922f8beb213c7 Mon Sep 17 00:00:00 2001 From: Rajeev-Foryou Date: Wed, 4 Sep 2024 15:36:05 +0530 Subject: [PATCH 2/2] style changed --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6d1af5c..8651f37 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ /* Change the color of the text from blue to red */ p { - color: blue; + color: red; } \ No newline at end of file