"Sách của bạn "
Bootstrap 3.2.0 Snippet by truonganhhoang

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.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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">
<h2>Sách của bạn</h2>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#lop12">
Lớp <span class="bg-round bg-lop12">1</span><span class="bg-round bg-lop12">2</span>
</a>
</h4>
</div>
<div id="lop12" class="panel-collapse collapse in">
<div class="panel-body">
<div class="col-xs-2 col-md-2">
<div class="caption">
<h4>Lớp 1</h4>
</div>
<a href="#" class="thumbnail">
<img src="http://s.sachmem.com/public//bookcovers/TA1_head.png" alt="Tiếng Anh 1">
</a>
</div>
<div class="col-xs-2 col-md-2">
<h4>Lớp 2</h4>
<a href="#" class="thumbnail">
<img src="http://s.sachmem.com/public//bookcovers/TA2_head.png" alt="Tiếng Anh 2">
</a>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
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
a:hover{
text-decoration:none;
}
span.bg-round {
border-radius: 0.9em;
-moz-border-radius: 0.9em;
-webkit-border-radius: 0.9em;
color: #ffffff;
display: inline-block;
font-weight: bold;
line-height: 1.6em;
text-align: center;
width: 1.6em;
}
span.bg-lop12{
background: #FF167F;
}
span.bg-lop3 {
background: #F9A60C;
}
span.bg-lop4 {
background: lightgreen;
}
span.bg-lop5 {
background: #1BE7FF;
}
span.bg-lop6 {
background: #C5FF19;
}
span.bg-lop7 {
background: #FFD800;
}
span.bg-lop8 {
background: lightsalmon;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: