Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<div style="position: fixed; bottom: 20px; right: 20px7%; z-index: 9999;">
   <button onclick="window.scrollTo({ top: 0, behavior: 'smooth' });" 
          
          style="padding: 10px 20px; font-size: 16px; border: none; border-radius: 5px; background-color: #0073e6; color: white; cursor: pointer;
                 transform: translateX(50%);">
      Вверх
   </button>
</div>

Table of Contents

...