Super Novice - I have a site with counters, and has **<h3 id="counter">0</h3>** How do I change the counter number? Where can I find it to change?
this is the code:
<div class="container">
<div class="row">
<div class="col-md-4 project">
<h3 id="counter">0</h3>
<h4>Awesome Projects</h4>
<p>Dolor sit amet, consectetur adipiscing elit quisque tempus eget diam et lorem a laoreet phasellus ut nisi id leo molestie. </p>
</div>
<div class="col-md-4 project">
<h3 id="counter1">0</h3>
<h4>Happy Customers</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit quisque tempus eget diam et. laoreet phasellus ut nisi id leo. </p>
</div>
<div class="col-md-4 project">
<h3 id="counter2" style="margin-left: 20px;">0</h3>
<h4 style="margin-left: 20px;">Professional Awards</h4>
<p>Consectetur adipiscing elit quisque tempus eget diam et laoreet phasellus ut nisi id leo molestie adipiscing vitae a vel. </p>
</div>
</div>
</div>``
Aucun commentaire:
Enregistrer un commentaire