-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
<title>Trung Thu Tặng Em</title>
<style>
body {
background: #ffe6f0;
font-family: 'Segoe UI', sans-serif;
text-align: center;
padding: 50px;
color: #ff3399;
}
</style>
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;
}
🌕 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
Labels
No labels