Skip to content

Test #231

@babitarawat91640-sudo

Description

@babitarawat91640-sudo
<title>For My Suren 💖</title> <style> body { margin: 0; padding: 0; text-align: center; font-family: 'Arial', sans-serif; background: url('https://images.unsplash.com/photo-1518199266791-5375a83190b7') no-repeat center center/cover; color: #ff2e88; overflow-x: hidden; } .overlay { background-color: rgba(255, 192, 203, 0.85); min-height: 100vh; padding: 40px; } h1 { font-size: 42px; } .message { max-width: 700px; margin: auto; font-size: 20px; line-height: 1.6; } button { padding: 15px 30px; font-size: 18px; margin: 20px; border: none; border-radius: 12px; cursor: pointer; transition: 0.3s; } #yes { background-color: #ff4da6; color: white; } #yes:hover { transform: scale(1.1); } #no { background-color: #555; color: white; position: absolute; } .heart { position: fixed; font-size: 24px; animation: float 4s linear infinite; } @Keyframes float { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-800px); opacity: 0; } } .gallery img { width: 200px; margin: 10px; border-radius: 15px; } .timer { font-size: 22px; margin-top: 20px; } </style>

For My Suren 💕

You have the prettiest eyes I have ever seen, and your smile… it melts my heart every single time. I love you exactly the way you are. I really admire how kind you are — your heart is so pure. I know it hasn’t been that long since we’ve been in a relationship, but I truly want to be with you. And I really, really love you. 💖

Forever yours,
Bab 💌

Will you be my Valentine? 💘

YES 💖
NO 😜

Our Memories 📸

<iframe width="0" height="0" src="https://www.youtube.com/embed/8nFvSl7ouww?autoplay=1&loop=1&playlist=8nFvSl7ouww" frameborder="0" allow="autoplay"></iframe>
<script> function yesClicked() { document.body.innerHTML = `

YAYYYY SUREN 😍💖

I love you so much 💕

Forever yours, Bab 💌

`; createHearts(); } function moveButton() { let button = document.getElementById("no"); let x = Math.random() * (window.innerWidth - 100); let y = Math.random() * (window.innerHeight - 100); button.style.left = x + "px"; button.style.top = y + "px"; } function createHearts() { for (let i = 0; i < 60; i++) { let heart = document.createElement("div"); heart.className = "heart"; heart.innerHTML = "💖"; heart.style.left = Math.random() * window.innerWidth + "px"; heart.style.top = Math.random() * window.innerHeight + "px"; heart.style.fontSize = (Math.random() * 20 + 20) + "px"; document.body.appendChild(heart); } } // Countdown (change date to when you started dating) let startDate = new Date("2025-12-01").getTime(); let x = setInterval(function() { let now = new Date().getTime(); let distance = now - startDate; let days = Math.floor(distance / (1000 * 60 * 60 * 24)); document.getElementById("countdown").innerHTML = "We have been together for " + days + " days 💕"; }, 1000); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions