-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
<title>FlyPay Download</title>
<style>
body {
margin: 0;
font-family: 'Poppins', Arial, sans-serif;
background: linear-gradient(120deg, #fff6cf, #e3e3ff, #c3eaff);
/* Soft pastel blend, feel free to tweak colors as needed! */
display: flex;
justify-content: center;
padding: 40px 15px;
}
.container {
max-width: 460px;
background: #ffffff;
padding: 35px 25px;
border-radius: 25px;
box-shadow: 0 18px 35px rgba(0,0,0,0.15);
text-align: center;
animation: fadeIn 1s ease;
}
@Keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.logo {
display: block;
margin: 0 auto 25px auto;
width: 220px;
height: 220px;
max-width: 95vw;
box-shadow: 0 10px 30px rgba(0,0,0,0.18);
border-radius: 50%;
background: white;
}
.logo-text-standout {
font-family: 'Poppins', Arial, sans-serif;
font-size: 40px;
font-weight: bold;
stroke: #fff;
stroke-width: 1.1px;
letter-spacing: 2.5px;
filter: drop-shadow(0 2px 9px #0050e655);
}
h1 {
font-size: 34px;
margin: 0 0 12px;
background: linear-gradient(90deg, #007bff, #0050e6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
p {
font-size: 18px;
line-height: 1.6;
color: #444;
margin-bottom: 25px;
}
.highlight {
font-weight: bold;
color: #0050e6;
}
.download-btn {
display: inline-block;
background: linear-gradient(90deg, #007bff, #0050e6);
color: #fff;
padding: 16px 28px;
font-size: 20px;
border-radius: 14px;
text-decoration: none;
transition: .25s;
font-weight: 600;
letter-spacing: 0.5px;
box-shadow: 0 10px 25px rgba(0, 95, 255, 0.35);
}
.download-btn:hover {
transform: scale(1.08);
box-shadow: 0 14px 28px rgba(0, 95, 255, 0.45);
}
</style>
FlyPay
FlyPay App
🚀 Start earning today with simple daily tasks.
📱 Work anytime, anywhere — full flexibility.
💸 Zero investment – real daily income.
Metadata
Metadata
Assignees
Labels
No labels