Play now
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Play Now</title>
<style>
body {
background: linear-gradient(135deg, #ff0099, #4934eb);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
}
.button {
background: linear-gradient(90deg, #ff0080, #7a00ff);
color: white;
padding: 20px 50px;
border-radius: 50px;
text-decoration: none;
font-size: 24px;
font-weight: bold;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.button:hover {
transform: scale(1.1);
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
</style>
</head>
<body>
<a href="https://e.vg/TMHDbtZUK" target="_blank" class="button">Play Now</a>
</body>
</html>

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home