forked from aswinshenoy/listify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
royal-challengers-bangalore.html
61 lines (61 loc) · 2.34 KB
/
royal-challengers-bangalore.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>
<head>
<title> Royal Challengers Bangalore</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="jumbotron">
<h1>Royal Challengers Bangalore</h1>
<div><b>Home Ground:</b> Chinnaswamy Stadium, Banagalore</div>
<div><b>Owner:</b> United Spirits</div>
</div>
<div class="container">
<div class="row m-0">
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Virat Kohli</h5>
<div>Captain, Batsman</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Shubman Gill</h5>
<div>Batsman</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Sanju Samson</h5>
<div>Batsman, Wicket Keeper</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Jos Buttler</h5>
<div>Wicket Keeper</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Kagiso Rabada</h5>
<div>Pace Bowler</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Kagiso Rabada</h5>
<div>Pace Bowler</div>
</div>
</div>
<div class="col-md-4 p-2">
<div class="card player-card p-4">
<h5>Kagiso Rabada</h5>
<div>Pace Bowler</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>