Not a member of gistpad yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="UTF-8">
- <title>Flores Amarillas πΌ</title>
- <style>
- body {
- margin: 0;
- padding: 0;
- height: 100vh;
- background: url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6') no-repeat center center/cover;
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: Arial, sans-serif;
- color: white;
- text-shadow: 2px 2px 8px black;
- }
- h1 {
- font-size: 3em;
- background: rgba(0,0,0,0.4);
- padding: 20px;
- border-radius: 15px;
- }
- </style>
- </head>
- <body>
- <h1>πΌ Para alguien especial πΌ</h1>
- <!-- MΓΊsica de YouTube -->
- <iframe width="0" height="0"
- frameborder="0"
- allow="autoplay">
- </iframe>
- </body>
- </html>
RAW Gist Data
Copied
