halo
<!DOCTYPE html>
<html>
<head>
<title>Aplikasi Pertemanan Premium</title>
<style>
.profile-card {
background: white;
border-radius: 15px;
padding: 20px;
margin: 20px auto;
max-width: 400px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
text-align: center;
}
.join-btn {
background: #FF4757;
color: white;
padding: 12px 30px;
border-radius: 25px;
text-decoration: none;
display: inline-block;
margin-top: 15px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="profile-card">
<h2>Temukan Pasangan Ideal</h2>
<p>Bergabung dengan komunitas eksklusif kami</p>
<img src="https://via.placeholder.com/300x200?text=Professional+Dating+Service" alt="Dating Service" style="width:100%; border-radius:10px; margin:10px 0;">
<a href="#register" class="join-btn">DAFTAR SEKARANG</a>
</div>
</body>
</html>
Komentar
Posting Komentar