"Games Schedule - Bootstrap 3"
Bootstrap 3.0.0 Snippet by isclalo800

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<h3>Games Schedule - Bootstrap 3</h3>
<div class="row">
<div class="col-md-4 games-schedule">
<div class="well">
<div class="games-schedule-title">
<div class="row">
<div class="col-md-12">
<h5>Todays Games</h5>
</div>
</div>
</div>
<div class="games-schedule-items">
<div class="row games-team">
<div class="col-md-5">
<img src="http://placehold.it/115x67" alt="Bangladesh">
<span>Bangladesh</span>
</div>
<div class="col-md-2">
<h4 class="img-circle">VS</h4>
</div>
<div class="col-md-5">
<img src="http://placehold.it/115x67" alt="Australia">
<span>Australia</span>
</div>
</div>
<div class="row games-info">
<div class="col-md-12">
<p><span class="glyphicon glyphicon-play-circle"></span> 19 March, 2014 (<small>15:30 local | 09:30 GMT</small>)</p>
<p class="games-dash"></p>
<p><small>Mirpur Internation Stadium, Dhaka</small></p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.games-schedule .well {
background-color: #fafbfc;
border: 1px #e7e7e7 solid;
border-top: 2px #1761a6 solid;
border-radius: 0px;
padding: 0 10px 0 10px;
}
.games-schedule .col-md-2 {
padding: 5px;
}
.games-schedule-title {
background-color: #1761a6;
color: #ffffff;
padding: 5px;
margin-bottom: 10px;
}
.games-schedule-title h5 {
font-size: 18px;
text-align: center;
margin: 3px 0 3px 0;
}
.games-schedule-items {
padding: 5px;
margin-bottom: 15px;
}
.last-item {
margin-bottom: 0px;
}
.games-team {
margin-bottom: 12px;
}
.games-team h4 {
color: #59a1e8;
text-align: center;
margin-top: 20px;
border: 1px #c8d8e7 dotted;
padding: 5px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: