Auto commit: 2026-02-14T21:17:20.545Z

This commit is contained in:
Flatlogic Bot 2026-02-14 21:17:20 +00:00
parent 71305ca910
commit 88b753df0a
2 changed files with 6 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

View File

@ -57,32 +57,19 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)), url('assets/pasted-20260214-210950-4cc9dc9e.png?v=<?php echo time(); ?>');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}
.background-blob {
position: fixed;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(56, 189, 248, 0) 70%);
border-radius: 50%;
z-index: -1;
filter: blur(50px);
animation: move 20s infinite alternate;
display: none;
}
.background-blob-2 {
position: fixed;
bottom: -100px;
right: -100px;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(244, 114, 182, 0.15) 0%, rgba(244, 114, 182, 0) 70%);
border-radius: 50%;
z-index: -1;
filter: blur(50px);
animation: move 25s infinite alternate-reverse;
display: none;
}
@keyframes move {