Guest

Flor amarilla para ti

Mar 24th, 2026
29
0
Never
Not a member of gistpad yet? Sign Up, it unlocks many cool features!
None 3.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Flores Amarillas 🌼</title>
  6.  
  7. <style>
  8. body {
  9. margin: 0;
  10. padding: 0;
  11. height: 100vh;
  12. background: url('https://images.unsplash.com/photo-1501004318641-b39e6451bec6') no-repeat center center/cover;
  13. display: flex;
  14. justify-content: center;
  15. align-items: center;
  16. font-family: Arial, sans-serif;
  17. color: white;
  18. text-shadow: 2px 2px 8px black;
  19. }
  20.  
  21. h1 {
  22. font-size: 3em;
  23. background: rgba(0,0,0,0.4);
  24. padding: 20px;
  25. border-radius: 15px;
  26. }
  27. </style>
  28. </head>
  29.  
  30. <body>
  31.  
  32. <h1>🌼 Para alguien especial 🌼</h1>
  33.  
  34. <!-- MΓΊsica de YouTube -->
  35. <iframe width="0" height="0"
  36. frameborder="0"
  37. allow="autoplay">
  38. </iframe>
  39.  
  40. </body>
  41. </html>
RAW Gist Data Copied