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 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 */ +}