⚝
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 :
_footer.scss
/*------------------------- Footer Area -------------------------*/ .footer-top { position: relative; z-index: 0; background-color: #000018; border-bottom: 1px solid rgba(114, 108, 148, .2); &.style-01 { border-bottom: 1px solid rgba(114, 108, 148, .2); background-color: #e9eff0; .widget { .widget-title { color: var(--main-color-one); } } } &.style-02 { border-bottom: 1px solid rgba(114, 108, 148, .2); background-color: $white; .widget { .widget-title { color: var(--main-color-one); } } } &.style-03 { border-bottom: 1px solid rgba(114, 108, 148, .2); background-color: #2e2a59; .widget { .widget-title { color: var(--main-color-one); } } } &.style-04 { border-bottom: 1px solid rgba(114, 108, 148, .2); background-color: #fafafa; .widget { .widget-title { color: var(--main-color-one); } } } &.style-05 { background-color: #000629; } .bg-img { position: absolute; top: 40%; left: 10%; width: 100px; height: 100px; background-repeat: no-repeat; z-index: -1; } .bg-img-02 { position: absolute; top: 10%; right: 10%; width: 170px; height: 170px; background-repeat: no-repeat; z-index: -1; } .bg-img-03 { position: absolute; top: 0; left: 30%; width: 120px; height: 95px; background-repeat: no-repeat; z-index: -1; } } .copyright-area { background-color: #e9eff0; &.style-01 { background-color: $white; } &.style-02 { background-color: #292554; } &.style-03 { background-color: #fafafa; } .copyright-item { display: flex; justify-content: space-between; align-items: center; } } .copyright-area-inner { color: #7d7d93; } .food-section { .title { font-weight: 700; font-size: 80px; line-height: 90px; color: $white; margin-bottom: 20px; } .apps-download { margin-top: 40px; display: flex; justify-content: center; .download-img { margin: 0 10px; } } } .food-widget { margin-top: 80px; display: flex; justify-content: space-between; ul { li { display: inline-block; +li { margin-left: 30px; } } } }