undangan

<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Undangan Pernikahan - Rina & Dimas</title> <style> body{margin:0;font-family:'Poppins',sans-serif;background:#f9f9f9;color:#333;overflow-x:hidden} .hero{position:relative;height:100vh;background:url('https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?auto=format&fit=crop&w=1200&q=80')center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff} .hero::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)} .hero-content{position:relative;z-index:2} .hero h1{font-size:3em;margin:0} .hero p{font-size:1.2em;margin-top:10px} .section{padding:60px 20px;text-align:center} .section h2{font-size:2em;margin-bottom:20px;color:#444} .couple{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:40px} .person{max-width:300px} .person img{width:100%;border-radius:50%;border:5px solid #ddd} .person h3{margin-top:15px;font-size:1.3em} .person p{font-size:0.95em;color:#666} .date{background:#fff8f0} .date h2{color:#b85c38} .date p{font-size:1.1em} .gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;margin-top:30px} .gallery img{width:100%;border-radius:10px} .footer{background:#333;color:#fff;padding:30px 20px;text-align:center} .footer p{margin:0;font-size:0.9em} .btn{display:inline-block;margin-top:20px;padding:10px 25px;background:#b85c38;color:#fff;text-decoration:none;border-radius:5px;transition:0.3s} .btn:hover{background:#a14e2f} </style> </head> <body> <section class="hero"> <div class="hero-content"> <h1>Rina & Dimas</h1> <p>Sabtu, 20 Juli 2025</p> <a href="#acara" class="btn">Lihat Undangan</a> </div> </section> <section class="section" id="mempelai"> <h2>Mempelai</h2> <div class="couple"> <div class="person"> <img src="https://images.unsplash.com/photo-1607746882042-944635dfe10e?auto=format&fit=crop&w=400&q=80" alt="Rina"> <h3>Rina Putri</h3> <p>Putri dari Bapak Ahmad & Ibu Siti</p> </div> <div class="person"> <img src="https://images.unsplash.com/photo-1603415526960-f7e0328c63b1?auto=format&fit=crop&w=400&q=80" alt="Dimas"> <h3>Dimas Pratama</h3> <p>Putra dari Bapak Budi & Ibu Rina</p> </div> </div> </section> <section class="section date" id="acara"> <h2>Waktu & Tempat</h2> <p>Akad Nikah: 09.00 WIB</p> <p>Resepsi: 11.00 - 14.00 WIB</p> <p>Gedung Graha Cinta, Jakarta Selatan</p> <a href="https://maps.google.com" class="btn">Lihat Lokasi</a> </section> <section class="section" id="galeri"> <h2>Galeri</h2> <div class="gallery"> <img src="https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?auto=format&fit=crop&w=600&q=80" alt=""> <img src="https://images.unsplash.com/photo-1521335629791-ce4aec67dd47?auto=format&fit=crop&w=600&q=80" alt=""> <img src="https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?auto=format&fit=crop&w=600&q=80" alt=""> <img src="https://images.unsplash.com/photo-1521335629791-ce4aec67dd47?auto=format&fit=crop&w=600&q=80" alt=""> </div> </section> <section class="section" id="ucapan"> <h2>Ucapan & Doa</h2> <p>“Dan di antara tanda-tanda kekuasaan-Nya ialah Dia menciptakan untukmu pasangan hidup dari jenismu sendiri, supaya kamu merasa tenteram kepadanya.” (QS. Ar-Rum: 21)</p> </section> <footer class="footer"> <p>© 2025 Rina & Dimas Wedding. Dibuat dengan ❤️ di Canva.</p> </footer> </body> </html>