Skip to content

trungthu #71

@ngoxuanbang549-star

Description

@ngoxuanbang549-star
<title>Trung Thu Tặng Em</title> <style> body { background: #ffe6f0; font-family: 'Segoe UI', sans-serif; text-align: center; padding: 50px; color: #ff3399; }
h1 {
  font-size: 48px;
  animation: pulse 2s infinite;
}

p {
  font-size: 22px;
  margin-top: 20px;
}

.heart {
  color: red;
  font-size: 40px;
  animation: beat 1s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

button {
  margin-top: 30px;
  padding: 10px 20px;
  background: #ff66b3;
  border: none;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  background: #ff3399;
}
</style>

🌕 Trung Thu Vui Vẻ, Em Yêu! 🌕

Chúc em có một đêm Trung Thu thật ngọt ngào,
như ánh trăng rằm soi sáng trái tim anh 💖

❤️

Bấm vào đây nè 😘

<script> function showLove() { const msg = "Anh chúc em luôn xinh đẹp, vui vẻ và hạnh phúc bên anh! 🥰 Yêu em nhiều lắm ❤️"; document.getElementById("message").innerText = msg; } </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