From 32bb9aa7f9a7a69fb96110f2c2edb5a925488b9d Mon Sep 17 00:00:00 2001 From: SumanthKotha115 <2301050115cse@gmail.com> Date: Wed, 29 Jan 2025 15:53:14 +0530 Subject: [PATCH] updated --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8990375..7f948b6 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ -

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

+

Hi, I am Sumanth, I am a Kalvian.

diff --git a/style.css b/style.css index 6d1af5c..3a2e503 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: rgb(232, 16, 16); } \ No newline at end of file