You are on page 1of 5

TRIBUTE PAGE

Code-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/style.css">
<title>Tribute Page</title>
</head>
<style>
body{
background-color: #87CEEB;
margin:0 20%;
font-family: monospace;
}

#title{
text-align: center;
text-shadow: 5px 5px 10px black;
font-size:3em;
}

img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

#img-caption{
font-size: 11px;
}

div#tribute-info{
background-color:rgba(0,0,0,0.2);
box-shadow: 20px 20px 15px grey;
padding:5px 10px;
margin-top:20px;
}
h1.title{
color:white;
text-align:center;
text-shadow: 5px 5px 10px black;
}
</style>
<body>
<main id="main">
<h1 id="title">MS DHONI</h1>
<div id="img-div">
<img src="https://media.gettyimages.com/photos/indias-mahendra-singh-dhoni-runs-
on-the-pitch-during-the-2019-cricket-picture-
id1151430063?k=20&m=1151430063&s=612x612&w=0&h=sIZs5pY0zppHtbh1Pbjcw3WSpA50h
lJontUaGBFNRH4=" id="image" alt="MS DHONI">

</div>
<div id="tribute-info">
<h1 class="title"> The Life of MS DHONI</h1>
<h3><i><b>7 July 1981: A star is born.
<p>Dhoni was born in Ranchi, Bihar (now in Jharkhand), and he hails from a Hindu Rajput
family. His paternal village Lwali is in the Lamgara block of the Almora District of Uttarakhand.
Dhoni's parents moved from Uttarakhand to Ranchi, where his father Pan Singh worked in
junior management positions in MECON. Dhoni has a sister Jayanti Gupta and a brother
Narendra Singh Dhoni. Dhoni is a fan of Adam Gilchrist, and his childhood idols were cricket
teammate Sachin Tendulkar, Bollywood actor Amitabh Bachchan and singer Lata Mangeshkar.
</p>

<p>Dhoni made his international debut in 2004. His talent with the bat came to the fore in an
innings of 148 runs against Pakistan in his fifth international match. Within a year he joined the
India Test team, where he quickly established himself with a century (100 or more runs in a
single innings) against Pakistan. </p>
<p> Despite his inexperience, Dhoni took over the captaincy of the one-day side in 2007 and led
India to the Twenty20 (T20) world title. Series wins over Australia and Sri Lanka, among others,
moved India to the top of the International Cricket Council (ICC) Test rankings for the first time
in December 2009. </p>
<p> Dhoni was honored for his play with the ICC One Day International Player of the Year
Award in 2008 and 2009. </p>
<p>In the 2011 one-day World Cup, Dhoni’s dashing innings of 91 not out—in front of a home
crowd in Mumbai—paved the way for India’s victory over Sri Lanka in the final. He also led India
to an appearance in the semifinals of the 2015 Cricket World Cup.</p>
<p> Dhoni stopped serving as India’s captain in 2017, having led his country in 331 international
matches, the most for a captain in the sport’s history. </p>
</h3>
</main>

</body>
</html>

You might also like