-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwickets.html
101 lines (89 loc) · 5.29 KB
/
wickets.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/css_bowling.css">
<title>Wickets-Cric-Learners</title>
</head>
<body>
<section class="navbarsection">
<div class="navbar">
<div class="logo">
<img src="Home/logo.jpg" alt="Unable to upload the logo">
</div>
<ul>
<li class="item"><a href="index.html">Home</a></li>
<li class="item"><a href="fast.html">Swing-Bowl</a></li>
<li class="item"><a href="spin_bowl.html">Spin-Bowl</a></li>
<li class="item"><a href="wickets.html">Wickets</a></li>
<li class="item"><a href="moment.html">Moments</a></li>
<li class="item"><a href="legends.html">Legends</a></li>
<li class="item"><a href="aboutus.html">About-Us</a></li>
</ul>
</div>
</section>
<section class="look">
<div class="page">
<div class="words">
<h2 class="heading">Best Ever Bowling Moments</h2>
<div class="steps">
<div class="information">
<div class="data">
<h2>Shami World-Cup Hat-Trick</h2>
<p>
Mohammed Shami took a hat-trick against Afghanistan in 2019 World Cup and became the second Indian to achieve this feat in a 50-over World Cup after Chetan Sharma.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/r-r8Hr2j6uY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="steps">
<div class="information">
<div class="data">
<h2>Malinga 4 wickets in 4 Balls</h2>
<p>Malinga bowled Colin Munro off the third ball of his second over, the 100th wicket in T20s for the 36-year-old paceman. Then Malinga trapped Hamish Rutherford lbw, needing a review to overturn the umpire's not-out decision, before bowling Colin de Grandhomme with a trademark yorker, and delivering another yorker to hit Ross Taylor on the foot for a plumb lbw.</p>
<div class="TV">
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nclPaVQmCHc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="steps">
<div class="information">
<div class="data">
<h2>Irfan-Pathan Test Hat-trick</h2>
<p>On January 29, 2006, Irfan Pathan became the second Indian to take a hat-trick in Test cricket. On a green surface at Karachi, Pakistan’s top-order had no answer to the swing generated by this bubbling left-hander. The final three deliveries of the first over of the third Test saw Pathan storm his way into the record books.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/YOJ25hk9lOM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="steps">
<div class="information">
<div class="data">
<h2>ICC best Yorkers</h2>
<p>Some best yorkers in ICC world Cup</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/F0_aypvtW8Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<h2 class="choice">GOOD BETTER BEST NEVER TAKE REST TILL GOOD BECOMES BETTER AND BETTER BECOMES BEST.</h2>
</div>
</div>
</section>
</body>
</html>