button-1.php
14 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly. |
| 4 | } |
| 5 | ?> |
| 6 | |
| 7 | <a href="#<?php echo esc_url( $section_id ); ?>" class="scroll-down-one position-absolute"> |
| 8 | <div class="circle"></div> |
| 9 | <div class="arrow-cont"> |
| 10 | <i class="arrow_carrot-down first"></i> |
| 11 | <i class="arrow_carrot-down second"></i> |
| 12 | <i class="arrow_carrot-down third"></i> |
| 13 | </div> |
| 14 | </a> |