Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home.html #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
19 changes: 19 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,5 +357,24 @@ <h5 style="color: white">Favourite Sports Person: <b>George Best!</b></h5>
<span style="color: white"> Website: <a href="https://haveibeenpwned.com/" style="color: white">HaveIBeenPwned</a> </span>
</div>
</div>

<hr style="width: 3px;color: black;">
<div style="width:682px; height: 650px; margin:50px auto;background-color: rgb(252, 255, 95);border-radius:5px;box-shadow: 2px 2px 2px #333,-2px -2px 2px #333;">
<button type="button"
style="background-color: lightblue;color: brown; padding:5px 300px; border:2px solid #31064b; margin:auto; border-radius: 5px; font-size: 20px; font-weight: 700;box-shadow: 2px 2px 3px #000;">
swayam
</button>
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Player: <span
style="color: blueviolet;">Lionel Messi</span></h1>
<img src="https://cdn.images.dailystar.co.uk/dynamic/58/photos/270000/1657270.jpg?r=5d0239f792be4"
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: rgba(119, 0, 0, 0.87);"><a href="https://medium.com/" style="cursor: pointer;">Medium</a></span>
</h1>
<h1 style="font-size: 25px;font-weight: 900;position: relative;left:25%;top:5px;">Favourite Actor: <span
style="color: rgba(119, 0, 0, 0.87);"><a href="https://en.wikipedia.org/wiki/Tom_Cruise" style="cursor: pointer;">Tom Cruise</a></span>
</h1>
<hr/>
</body>
</html>