| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Warna-Warni Nusantara: Menyelami Kekayaan Budaya Indonesia</title> | |
| <style> | |
| body, html { | |
| margin: 0; | |
| padding: 0; | |
| height: 100%; | |
| overflow: hidden; | |
| font-family: sans-serif; | |
| } | |
| .background-container { | |
| position: relative; | |
| width: 100vw; | |
| height: 100vh; | |
| } | |
| #canva-iframe { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| z-index: 1; | |
| } | |
| .content-overlay { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| z-index: 2; | |
| pointer-events: none; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| text-align: center; | |
| } | |
| .content-overlay > * { | |
| pointer-events: auto; | |
| } | |
| .content-box { | |
| background-color: rgba(0, 0, 0, 0.6); | |
| color: white; | |
| padding: 20px 40px; | |
| border-radius: 10px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="background-container"> | |
| <iframe id="canva-iframe" allowfullscreen="allowfullscreen" allow="fullscreen" loading="lazy" | |
| src="https://www.canva.com/design/DAG1ihTnzFo/dJy6OXX8P4Tvj-4372Y99w/view?embed"> | |
| </iframe> | |
| <!-- <div class="content-overlay"> | |
| <div class="content-box"> | |
| <h1>Konten Anda Melayang di Sini</h1> | |
| <p>Sekarang iframe di belakang bisa di-klik (Next, Previous, Fullscreen).</p> | |
| </div> | |
| </div> --> | |
| </div> | |
| </body> | |
| </html> | 
