One Hat Cyber Team
Your IP :
108.162.216.16
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
public
/
components
/
to-top
/
Edit File:
to-top.css
.to-top { position: fixed; bottom: 5vh; right: 5vw; transform: scale(0); display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; font-size: 1.875rem; border-radius: 30px; box-shadow: none; opacity: 0; background: #F2B449; color: #fff; will-change: transform; z-index: 10; transition: .2s; } .to-top.show { transform: scale(1); opacity: 1; transition: all 0.2s, transform 0.2s cubic-bezier(0.5, 0, 1, 2); } .to-top.active, .to-top:hover { background: #2f3340; cursor: pointer; }
Simpan