Auto commit: 2026-02-15T00:41:24.053Z
This commit is contained in:
parent
88b753df0a
commit
09f69cf62d
BIN
assets/pasted-20260214-212813-988a2409.png
Normal file
BIN
assets/pasted-20260214-212813-988a2409.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 388 KiB |
16
index.php
16
index.php
@ -47,23 +47,10 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #0f172a;
|
background: radial-gradient(circle at top right, #1e293b, #0f172a);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 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 {
|
.background-blob {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -407,7 +394,6 @@ $whatsapp_link = "https://chat.whatsapp.com/DkG96pTzAFO3hvLqmzwmTY";
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="background"></div>
|
|
||||||
<div class="background-blob"></div>
|
<div class="background-blob"></div>
|
||||||
<div class="background-blob-2"></div>
|
<div class="background-blob-2"></div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user