HTML example:
1 2 3 4 5 6 7 8 9 10 11 |
<!-- START: Features --> <div class="nk-feature-1"> <div class="nk-feature-icon"> <img src="assets/images/icon-mouse.png" alt=""> </div> <div class="nk-feature-cont"> <h3 class="nk-feature-title"><a href="#">PC</a></h3> <h3 class="nk-feature-title text-main-1"><a href="#">View Games</a></h3> </div> </div> <!-- END: Features --> |