From 9f2bad55fb391e004c317f999cbf90f0fcdfef0d Mon Sep 17 00:00:00 2001 From: Yagna123k Date: Sun, 10 Sep 2023 17:40:11 +0530 Subject: [PATCH] added my name and changed the font color --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8990375..9817799 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ -

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

+

Hi, I am Yagna Kusumanchi, 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