-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcard9.html
61 lines (57 loc) · 3.83 KB
/
card9.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
<!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">
<title>The age of bowling</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="https://i.imgci.com/espncricinfo/cricket_monthly/favicon.png">
<link rel="stylesheet" href="card9.css">
</head>
<body>
<!--Navbar starts-->
<div id="navbar">
<div class="nav-logo">
<img class="selec" src="https://i.imgci.com/espncricinfo/cricket_monthly/issues_menu_icon.png" alt="">
<img class="logo" src="https://i.imgci.com/espncricinfo/cricket_monthly/tcm_updated.png" alt="">
</div>
<div class="socialmedia">
<div><img src="https://i.imgci.com/espncricinfo/cricket_monthly/tcm_twitter.png" alt="twitter-icon"></div>
<div><img src="https://i.imgci.com/espncricinfo/cricket_monthly/tcm_facebook.png" alt="facebook-icon"></div>
<div><img src="https://i.imgci.com/espncricinfo/cricket_monthly/tcm_gplus.png" alt="google-icon"></div>
</div>
</div>
<!--Navbar Ends HERE-->
<!--Body starts here-->
<div id="container">
<div class="banner">
<img src="https://p.imgci.com/db/PICTURES/CMS/334100/334165.jpg" alt="banner">
<div class="right-bottom"><p>Neil Wagner and Kyle Jamieson are both in the top ten among seamers who have taken the most wickets coming on first-change or later in Tests since 2018</p></div>
</div>
<div class="heading">
<h1>The age of bowling</h1>
<p>Stunning strike rates, incredible depth in attacks, battered batters: a deep dive into an unparalleled era of bowler domination in Test cricket</p>
<b style=" font-family: BentonSans,Arial,Noto Sans,sans-serif;">S RAJESH (WITH INPUTS FROM SHIVA JAYARAMAN) | </b> FEBRUARY 21, 2022
</div>
<div class="modifiedcontent">
<p> <b style="font-size: 50px;">W</b> hat is common to Pat Cummins, R Ashwin, Kagiso Rabada, Tim Southee, Jasprit Bumrah, James Anderson, Stuart Broad and Mohammed Shami?
They are all terrific bowlers, of course, but here is something a little more specific: they have all taken 100-plus Test wickets at sub-25
averages in the four-year period since the start of 2018. Read on to find out how rare this is in Test history.</p>
</div>
<div class="content">
<p> One of the (several) fascinating aspects of cricket - Test cricket, especially - is the enduring tussle for supremacy between bat and ball. Over the last
few decades there has tended to be a cyclical pattern to which skill holds the upper hand. Through much of the 1990s bowlers held sway. There was quality
and depth in bowling talent in most teams: Curtly Ambrose, Courtney Walsh, Wasim Akram, Waqar Younis, Allan Donald, Shaun Pollock, Glenn McGrath, Shane
Warne, Muttiah Muralitharan, Anil Kumble, Darren Gough and Heath Streak were all in their pomp, and batting against them wasn't much fun.</p>
</div>
<div class="content">
<p>Then came the decade of the 2000s, when the tables turned and batters got an opportunity to make up for lost time. The pitches generally became flatter the world over,
many of the bowlers mentioned above either retired or were past their prime, and their replacements weren't as experienced or as good. The batters
weren't complaining, of course: between 2003 and 2010 the bowling average soared to 35.20 runs per wicket, compared to 30.71 between 1995 and 2000, an increase of nearly 15%.</p>
</div>
</div>
</body>
</html>