Skip to content

Commit

Permalink
Merge pull request #2 from BhaveshSabharwal/main
Browse files Browse the repository at this point in the history
pata ni kya hai
  • Loading branch information
BilakshanP authored Mar 1, 2024
2 parents 58d56da + a6f4356 commit 7e243df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Empty file added Home.css
Empty file.
11 changes: 11 additions & 0 deletions Home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cover page</title>
</head>
<body>

</body>
</html>
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
a:active {
color: green;
}

u:hover {
color: green;
}
p span {
text-decoration: underline;
}
Expand All @@ -51,6 +53,7 @@ <h1>Tribute</h1>
</header>
<main>
<p>This is the <span>beginning</span>.</p>
<div>This edit was made by Bhavesh <u>Sabharwal</u></div>
</main>
</body>

Expand Down

0 comments on commit 7e243df

Please sign in to comment.