Auto commit: 2026-02-16T20:52:22.584Z
This commit is contained in:
parent
6b9979b33d
commit
6b7876d2ac
10
index.php
10
index.php
@ -634,7 +634,15 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
|
|||||||
transform: scale(0.7);
|
transform: scale(0.7);
|
||||||
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0 0 40px rgba(0, 230, 118, 0.4), 0 0 80px rgba(255, 255, 255, 0.1);
|
box-shadow: 0 0 50px rgba(0, 230, 118, 0.6), 0 0 100px rgba(255, 255, 255, 0.1);
|
||||||
|
animation: glow-color-change 8s infinite ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes glow-color-change {
|
||||||
|
0% { box-shadow: 0 0 50px rgba(0, 230, 118, 0.6), 0 0 100px rgba(255, 255, 255, 0.1); }
|
||||||
|
33% { box-shadow: 0 0 50px rgba(56, 189, 248, 0.6), 0 0 100px rgba(255, 255, 255, 0.1); }
|
||||||
|
66% { box-shadow: 0 0 50px rgba(244, 114, 182, 0.6), 0 0 100px rgba(255, 255, 255, 0.1); }
|
||||||
|
100% { box-shadow: 0 0 50px rgba(0, 230, 118, 0.6), 0 0 100px rgba(255, 255, 255, 0.1); }
|
||||||
}
|
}
|
||||||
|
|
||||||
.qr-modal-content::after {
|
.qr-modal-content::after {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user