Skip to content
Open
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
8 changes: 8 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,14 @@ <h1>Favourite Player - <span style="color: #fff461;">The Rock</span></h1>
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Player: <span style="color: brown;">Ben stokes</span></h1>
<img src="https://imgk.timesnownews.com/story/Ben_Stokes_training.jpg?tr=w-600,h-450,fo-auto" style="width: 600px; height: 400px; position: relative;left: 40px; border: 2px solid black;border-radius: 20px;box-shadow: 3px 3px 6px #000;margin-top: 10px;" alt="Ben Stokes">
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Website: <span style="color: rgb(119, 0, 0);"><a href="https://leetcode.com/" style="cursor: pointer;">LeetCode</a></span></h1>
</div>
<div style="width:682px; height: 600px; margin:50px auto;background-color: rgb(255, 95, 162);border-radius:20px;box-shadow: 2px 2px 2px #333,-2px -2px 2px #333;">
<button type="button" style="background-color: blueviolet;color: cornsilk; padding:5px 300px; border:2px solid #31064b; margin:auto; border-radius: 20px; font-size: 20px; font-weight: 700;box-shadow: 2px 2px 3px #000;">
Jaydeep
</button>
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Player: <span style="color: brown;">Lionel Messi</span></h1>
<img src="https://thumbor.forbes.com/thumbor/fit-in/416x416/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5ec595d45f39760007b05c07%2F0x0.jpg%3Fbackground%3D000000%26cropX1%3D989%26cropX2%3D2480%26cropY1%3D74%26cropY2%3D1564" style="width: 600px; height: 400px; position: relative;left: 40px; border: 2px solid black;border-radius: 20px;box-shadow: 3px 3px 6px #000;margin-top: 10px;" alt="Lionel Messi">
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Website: <span style="color: rgb(119, 0, 0);"><a href="https://www.geeksforgeeks.org/" style="cursor: pointer;">GeeksforGeeks</a></span></h1>
</div>
</body>
</html>