Is anyone here able to think of a way which I can put my icons .chevron-row
at the bottom centre of each section of my webpage without using position: relative
and position: absolute
due to the impacts it has. Site code
SECTION1
<a href="#part2">
<i class="fa fa-chevron-down fa-3x" aria-hidden="true"></i>
</a>
SECTION 2
<a href="#part3">
<i class="fa fa-chevron-down fa-3x" aria-hidden="true"></i>
</a>
SECTION3
<a href="#part1">
<i class="fa fa-chevron-up fa-3x" aria-hidden="true"></i>
</a>
<a href="#part2">
<i class="fa fa-chevron-up fa-3x" aria-hidden="true"></i>
</a>