"Simple Counter by DmStudio"
Bootstrap 3.0.0 Snippet by makibg

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 ---------->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top" style="font-weight: 800;font-size: 12px;text-transform: uppercase;color: #777777;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;">
<div class="container">
<a class="navbar-brand" href="http://mojapromena.org"><i class="fa fa-diamond text-primary
retroshd" aria-hidden="true"></i> <span class="retroshd text-primary">DM Studio</span></a>
</div>
</nav>
<div style="clear: both;"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="counter"><center>
<div class="counter_DMS col_counter">
<i class="fa fa-user-plus fa-2x"></i>
<h2 class="count-title">38
<!-- <?php echo $online; ?>
Replace with your PHP Counter Code -->
</h2>
<p class="count-text ">Online</p>
</div>
<div class="counter_DMS col_counter">
<i class="fa fa-users fa-2x"></i>
<h2 class="count-title">55
<!-- <?php echo $day_value; ?>
Replace with your PHP Counter Code -->
</h2>
<p class="count-text ">Today</p>
</div>
<div class="counter_DMS col_counter">
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
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/* Cool Text */
.retroshd {
/*color: blue;*/
background-color: transparent;
letter-spacing: .05em;
text-shadow: 3px 3px 0px #d5d5d5, 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.retroshd:hover {
text-decoration: none;
}
/* Counter by DmStuio */
.col_counter {
width: 20%;
position: relative;
display:inline;
display: inline-block;
float: center;
margin-right: 2%;
margin-bottom: 10px;
}
.end_count { margin-right: 0 !important; }
/* Column Grids End Count */
.counter_DMS { background-color: transparent; padding: 5px 0; border-radius: 10px; text-align: center; border: 2px solid #4ad1e5; font-style: Tahoma; }
.count-title { font-size: 14px; font-weight: bold; margin-top: 5px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 12px; font-weight: bold; margin-top: 5px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: