Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Selamat Ulang Tahun, Helen!</title>
<style>
/* Global Styles */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Arial', sans-serif; background: linear-gradient(to right, #1f1c2c, #928DAB); color: #fff; text-align: center; padding: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
h1 {
font-size: 4em;
color: #ff47c6;
text-shadow: 0 0 20px #ff47c6, 0 0 30px #ff47c6, 0 0 40px #ff47c6;
margin-bottom: 20px;
animation: glow 1.5s ease-in-out infinite alternate;
}
/* Glow effect */
@keyframes glow {
0% { text-shadow: 0 0 10px #ff47c6, 0 0 20px #ff47c6, 0 0 30px #ff47c6; }
100% { text-shadow: 0 0 20px #ff47c6, 0 0 40px #ff47c6, 0 0 60px #ff47c6; }
}
/* Container for Message and Image */
.content { max-width: 600px; padding: 20px; background: rgba(0, 0, 0, 0.7); border-radius: 15px; box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); }
.photo { border-radius: 50%; width: 200px; height: 200px; object-fit: cover; border: 5px solid #ff47c6; margin-bottom: 20px; transition: transform 0.3s ease; }
.photo:hover { transform: scale(1.1); }
.message { font-size: 1.5em; color: #fff; margin: 20px 0; line-height: 1.5; }
.message p { margin-bottom: 15px; }
.birthday { font-size: 1.2em; color: #ff47c6; margin-bottom: 20px; }
.footer { font-size: 1.3em; color: #fff; font-style: italic; }
</style>
</head>
<body>
<h1>Selamat Ulang Tahun, Helen Yusa Agustin!</h1>
<div class="content">
<img src="/mnt/data/file_00000000ef207209914fef27cf1dbbb2" alt="Helen Yusa Agustin" class="photo">
<div class="message">
<p>Semoga hari-harimu selalu penuh kebahagiaan, senyum, dan cinta. Terimakasih telah menjadi orang luar biasa dalam hidupku, sayang. Aku sangat beruntung memiliki seseorang seperti kamu!</p>
<p class="birthday">Hari ini adalah harimu, Helen! Semoga segala impianmu tercapai, dan selalu dikelilingi oleh kebahagiaan!</p>
</div>
<div class="footer">
Dengan cinta, <br> [Namamu]
</div>
</div>
</body>
</html>2
1
3KB
3KB
88.0ms
204.0ms
90.0ms