⚝
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 :
_video_player_inner.scss
// Video Player Inner .video-player-inner { position: relative; z-index: 0; .play-icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 40px; color: $black; i { width: 60px; height: 40px; font-size: 16px; color: #fff; background-color: #111; line-height: 40px; text-align: center; border-radius: 10px; } } } .video-play-area { position: relative; z-index: 0; .container { .shape { width: 160px; height: 210px; background-size: contain; background-repeat: no-repeat; position: absolute; right: 65px; top: 40%; z-index: -1; transform-origin: bottom center; animation: swing 12s infinite both; } .shape-02 { width: 160px; height: 140px; background-size: contain; background-repeat: no-repeat; position: absolute; left: 0; top: 20%; z-index: -1; transform-origin: bottom center; animation: swing 12s infinite both; &::after { content: ''; width: 70px; height: 70px; border-radius: 50%; background-color: #e9a73a; position: absolute; right: 50px; bottom: 0; z-index: -2; } } } }