Tıklayınız İkonu body { font-family: Arial, sans-serif; margin: 0; background-color: #f0f0f0; position: relative; min-height: 100vh; } .click-button { position: fixed; bottom: 125px; right: 20px; display: flex; align-items: center; padding: 6px 12px; background-color: transparent; color: #007bff; border: 1px solid #007bff; border-radius: 4px; text-decoration: none; transition: all 0.3s; font-size: 1.1rem; z-index: 9999; } .click-button:hover { background-color: rgba(0, 123, 255, 0.1); color: #0056b3; border-color: #0056b3; } .click-button .hand-icon { margin-right: 5px; font-size: 2rem; } 👉 Arşive Ulaşmak İçin Tıklayınız