From 3c64266a7419a891617d5f90a95f75ce0cc70fa5 Mon Sep 17 00:00:00 2001 From: shriyamamidela <115717858+shriyamamidela@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:32:26 +0530 Subject: [PATCH 1/2] Update index.html --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 6a7c812fa..756d04cc5 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,8 @@ - Welcome to the HTML Portfolio Project +

Welcome to the HTML Portfolio Project

+ hi my name is shriya and i am editing someone else's Project From dcc207aeb26f118ac3eab7fc7fd9f0c030c0af1b Mon Sep 17 00:00:00 2001 From: shriyamamidela <115717858+shriyamamidela@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:32:43 +0530 Subject: [PATCH 2/2] Update main.css --- src/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main.css b/src/main.css index e69de29bb..b70dc843f 100644 --- a/src/main.css +++ b/src/main.css @@ -0,0 +1,7 @@ +body { + background-color: #be3e3e; /* Light gray background */ + font-size: 16px; /* Default font size */ + font-family: Arial, sans-serif; /* Clean, readable font */ + color: #333; /* Dark gray text color */ + line-height: 1.6; /* Better text readability */ +}