Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
</head>
<body>

Welcome to the HTML Portfolio Project
<h1>Welcome to the HTML Portfolio Project</h1>
hi my name is shriya and i am editing someone else's Project

</body>
</html>
7 changes: 7 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -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 */
}