<link href="https://fonts.googleapis.com/css?family=Charmonman|Courgette|Lobster|Patrick+Hand|Satisfy" rel="stylesheet">


<div id = "main">
  <div id="title">
    <h1>AB de Villiers</h1>
  </div>
  <div id="img-div">
    <img        src="https://i.postimg.cc/ZqY4W1RD/f28acc2133b7d167809520c560b57666.jpg" alt = "Abd-      tribute-image" id = "image">
    <h5 id="img-caption"><u>The SuperMan</u></h5>
    
  </div>
  <div id="tribute-info">
    <p><a href="https://en.wikipedia.org/wiki/AB_de_Villiers" id="tribute-link" target="_blank">Abraham Benjamin de Villiers</a> (born 17 February 1984), commonly known as AB de Villiers is a former South African cricketer who played for the South African national team. He is regarded as one of the greatest batsmen of all time. De Villiers holds many batting records, including the world's fastest One Day International (ODI) 50, 100 and 150, the fastest Test century by a South African and the fastest Twenty20 International (T20I) 50 by a South African. He also plays for Titans in domestic cricket and Royal Challengers Bangalore in the Indian Premier League.</p>
    <p>He began his international career as a wicket-keeper/batsman (returning to the role for a few years in mid-career), but has played most often solely as a batsman. He would bat at various positions in the batting order but predominantly in the middle-order. Noted as one of the most innovative batsmen in the modern game, de Villiers is noted for many unorthodox shots behind the wicket-keeper and slips. He made his international debut in a Test match against England in 2004 and first played an ODI in early 2005. His debut in Twenty20 International cricket came in 2006. As of 2016, he has passed 8,000 runs in both Test and ODI cricket and has a batting average of over fifty in both forms of the game. He is also the only batsman in ODI cricket to have completed a trio of 5000+ runs, 50+ average and 100+ strike rate in his career. As of May 2018, he scored 20,014 runs in international cricket since debut just lying second behind Kumar Sangakkara.</p>
    <p>De Villiers captained South Africa in all formats, but since his injuries, he stepped down from Test captaincy and continued in limited over formats. However, with defeats in the 2017 ICC Champions Trophy and England series, he stepped down from limited over captaincy as well. On 23 May 2018, he announced that he was retiring from all forms of international cricket.</p>
 </div>
  <hr>
</div>
html{
  background: black;
}
#main{
  color: white;
  text-align: center;
  font-family: 'Patrick Hand', cursive;
  margin:35px auto;
  padding: 25px;
  font-size: 18px;
  background: black;
}

#title{
  font-family : 'Lobster', cursive;
  font-size: 32px;
  padding-top: 16px;
}
#image{
  max-width: 100%; 
  display: block; 
  height: auto;
  margin: auto;
  border-radius: 5px;
}
#img-caption{
  font-size: 24px;
}
#tribute-info{
  text-align: left;
  padding-bottom: 30px; 
}
#tribute-link{
  color: yellow;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.