-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbowling.html
101 lines (91 loc) · 5.48 KB
/
bowling.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>Bowling-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">Basics of Batting in Cricket <br> - Techniques and Tips</h2>
<p>Batting is not just about hitting boundaries, there is a lot to learn in it. To become a good batsman it’s quite important to stick to the basics of batting.In this article, we will be teaching you some shear basics of batting, if you are starting it from scratch as a batsman.</p>
<div class="steps">
<div class="information">
<div class="data">
<h2>Step : 1 -> Gripping of the Bat</h2>
<p>Gripping of the bat refers to the way of holding the bat for batting. This is one of the most important factor to become a good batsman. Perfect gripping helps a batsman to play the delivery according to the merit.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/PUnvZtCPb-4" 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>Step : 2 -> Stance of the Batsman </h2>
<p>Perfect stance during batting helps the batsman adjust the movement of the leg and body with the pitching of the ball.
An ideal stance distributes the entire weight of the body evenly on the two legs. Many batsmen face injuries due to their faulty stance.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/HMHmPBETnro" 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>Step : 3 -> Back-Lift of the Bat</h2>
<p>Back lift is another major basics of batting. This has the most vital role because the shots you deliver completely depends upon the angle of the movement of the bat.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/xuBc2alwG-I" 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>Lets See How God Bats</h2>
<p>Good Better Best Never Take Rest Till Good Becomes Better and Better becomes Best.</p>
<div class="TV">
<div class="video">
<iframe src="https://www.youtube.com/embed/gcvD-_Ya2rI" 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">Friends Now You all are ready to Face a Bowler</h2>
<h3 class="choice">Go To The Navbarsection And Choose the type of Bowler you want to Face</h3>
</div>
</div>
</section>
</body>
</html>