⚝
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
/
View File Name :
_price_plan.scss
// price-plan-area .price-plan-area { position: relative; z-index: 0; .bg-img { position: absolute; left: 0; top: 220px; width: 500px; height: 500px; background-size: contain; background-repeat: no-repeat; animation: topBottom 5s infinite; } .bg-img-02 { position: absolute; right: 0; top: 220px; width: 500px; height: 500px; background-size: contain; background-repeat: no-repeat; animation: leftRight 10s infinite; } @keyframes topBottom { 0% { top: 0%; } 50% { top: 10%; } 100% { bottom: 0; } } @keyframes leftRight { 0% { right: 0%; } 50% { right: 15%; } 100% { right: 0%; } } }