From 8dfa462abb719eeade38450a2c3c211f8fb80c2c Mon Sep 17 00:00:00 2001 From: Meghana Date: Wed, 5 Jun 2024 18:25:57 +0530 Subject: [PATCH] added changes --- index.html | 5 ++--- style.css | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8990375..ccead12 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,8 @@ - - -

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

+ +

Hi, I am Meghana, I am a Kalvian.

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