Skip to content

Commit

Permalink
Merge pull request #454 from munaf-ali1/feature/go-to-top-btn
Browse files Browse the repository at this point in the history
added go-to-top btn
  • Loading branch information
sunny0625 authored May 25, 2024
2 parents 8d2921b + 62a9b83 commit de3d383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ <h4>Follow Us</h4>
</div>
</footer>

<!-- go to top button -->
<a href="#" id="gotop-btn" style="position: fixed; bottom: 50px; right: 50px; padding: 10px; background-color: brown;"><i class="fa-solid fa-angle-up"></i></a>

</div>

<script>
Expand Down

0 comments on commit de3d383

Please sign in to comment.