⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
dnc
/
assets
/
frontend
/
sass
/
sections
/
Edit File: _choose_area.scss
// Why Choose Us .choose-us-area { position: relative; z-index: 1; &.bg-image { background-repeat: no-repeat; background-size: cover; background-position: bottom; } .bg-img { position: absolute; left: 0; bottom: 375px; width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; max-height: 485px; animation: topbottom 10s infinite; transition: all .5s; @keyframes topbottom { 0% { bottom: 255px; } 50% { bottom: 275px; } 100% { bottom: 255px; } } } .bg-img-02 { position: absolute; right: 50px; bottom: 285px; height: 165px; width: 60px; background-repeat: no-repeat; background-size: contain; transform-origin: bottom center; animation: swing 12s infinite both; z-index: -1; } .bg-img-03 { position: absolute; right: 0; bottom: 285px; height: 165px; width: 60px; background-repeat: no-repeat; background-size: contain; transform-origin: bottom center; animation: swing 12s infinite both; z-index: -1; } }
Simpan