Skip to content

Commit edeaad6

Browse files
committed
Counter Added with animation
1 parent 56553b2 commit edeaad6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4028,8 +4028,8 @@
40284028
.end { margin-right: 0 !important; }
40294029
/* Column Grids End */
40304030

4031-
.wrapper1 { width: 980px; margin: 30px auto; position: relative;}
4032-
.counter { padding: 20px 0; border-radius: 5px;}
4031+
.wrapper1 { width: 1480px; margin: 50px auto; position: relative;}
4032+
.counter { background-color: cadetblue; padding: 20px 0; border-radius: 5px;}
40334033
.count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
40344034
.count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
40354035
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2 class="timer count-title count-number" data-to="157" data-speed="1500"></h2>
125125
</div>
126126
</div>
127127
</section>
128-
128+
<div></div>
129129

130130
<!-- Footer -->
131131
<footer id="footer">

0 commit comments

Comments
 (0)