Template:Back to top: Difference between revisions
From Ragnafied Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="back-to-top-container"> | <div class="back-to-top-container"> | ||
<a href="#" | <a href="#top" style=" | ||
background: linear-gradient(135deg, #FF6A00, #D93800); | background: linear-gradient(135deg, #FF6A00, #D93800); | ||
color: white; | color: white; | ||
| Line 25: | Line 15: | ||
border: 2px solid white; | border: 2px solid white; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
position: fixed; | |||
bottom: 30px; | |||
right: 30px; | |||
z-index: 9999; | |||
">↑ Top</a> | |||
</div> | |||
</ | |||
Revision as of 22:11, 20 February 2026
<a href="#top" style="
background: linear-gradient(135deg, #FF6A00, #D93800); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); border: 2px solid white; transition: all 0.3s ease; position: fixed; bottom: 30px; right: 30px; z-index: 9999;
">↑ Top</a>
