"box wa "
Bootstrap 4.1.1 Snippet by ravic9089

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="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<style>
.graph-my {
position: absolute;
right: 20px;
top: -42px;
}
.small-box .icon {
display: block;
}
</style>
<div class="container mt-4">
<div class="row">
<div class="col-lg-3 col-12">
<!-- small box -->
<div class="small-box bg-info">
<i class="pl-3 pt-1 fas fa-2x fa-calendar-alt"></i>
<div class="inner">
<h5 class="float-left text-white">Collected ····</h5> <h5 class="float-left text-white"><b>Rs 0</b></h5>
<br/><br/>
<h6 class="float-left text-white">Expected ····</h6>··<h6 class="float-left text-white"><b>Rs 0 </b></h6>
</div>
<a href="#" class="small-box-footer"><b>Monthly Collection</b> <i class="fas fa-arrow-circle-right"></i></a>
</div>
</div>
<!-- ./col -->
<div class="col-lg-3 col-12">
<!-- small box -->
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
.bg-info {
background-color: #17a2b8!important;
}
.small-box {
border-radius: .25rem;
box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
display: block;
margin-bottom: 20px;
position: relative;
}
.small-box>.inner {
padding: 10px;
}
.small-box h3, .small-box p {
z-index: 5;
}
.small-box .icon {
color: rgba(0,0,0,.15);
z-index: 0;
}
.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.glyphicon, .small-box .icon>i.ion {
font-size: 70px;
top: 20px;
}
.ion-bag:before {
content: "\f110";
}
.small-box>.small-box-footer {
background: rgba(0,0,0,.1);
color: rgba(255,255,255,.8);
display: block;
padding: 3px 0;
position: relative;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: