Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {{ if eq .downArrow "true" }}
  2. <div class="align-text-bottom text-center">
  3. <style>
  4. html {
  5. scroll-behavior: smooth;
  6. }
  7. #down {
  8. margin-top: 50%;
  9. padding-bottom: 25%;
  10. }
  11. </style>
  12. <a href="#down">
  13. <img src="img/down-arrow.png" height="38" width="60">
  14. </a>
  15. </div>
  16. {{ end }}
  17. </div>
  18. <div id="down"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement