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..a03e5e2 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ /* Change the color of the text from blue to red */ p { - color: blue; -} \ No newline at end of file + color: rgb(248, 7, 7); + background-color: aqua; +}