Untitled

 avatar
unknown
plain_text
9 months ago
2.3 kB
7
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Happy 18th, Eulla! 💕</title>
  <style>
    body {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #ffd6ec, #ffeaf2);
      color: #3a3a3a;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    header {
      background-color: #ffb6d9;
      color: white;
      padding: 40px 20px;
      border-bottom: 3px solid #ff90c0;
    }
    h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
    p {
      max-width: 700px;
      margin: 15px auto;
      line-height: 1.7;
      font-size: 1.1rem;
    }
    .content {
      padding: 40px 20px;
    }
    footer {
      margin-top: 50px;
      background-color: #ffb6d9;
      padding: 20px;
      color: white;
      font-size: 1rem;
    }
  </style>
</head>
<body>

  <header>
    <h1>Happy 18th Birthday, Eulla! 💕</h1>
    <p>You’re officially legal, but still not sure how to adult 😭</p>
  </header>

  <div class="content">
    <p>Welcome to adulthood! Where you can finally sign your own papers, vote, and still have no idea what you’re doing half the time. Eighteen looks amazing on you — confident, beautiful, and that perfect mix of “mature” and “still figuring it out.”</p>

    <p>May your 18th year be filled with laughter, late-night adventures, and zero regrets. Sending warm hugs to you and your family 💕</p>

    <hr style="width:50%; margin: 40px auto; border:1px solid #ff9fcd;">

    <p>I know we just met, but I wanted to wish you a really happy 18th birthday! I hope it’s filled with all the good things you absolutely deserve. I’m so excited to know more about you — I wish I knew you earlier so I could be prepared for your special day. But here we are, and I’m still so very glad that we met. I’m rooting for your journey — have an amazing birthday! 😝</p>

    <hr style="width:50%; margin: 40px auto; border:1px solid #ff9fcd;">

    <h2>Here’s to more memories ahead 🎉</h2>
    <p>Cheers to new adventures, laughter, and whatever comes next — you deserve every bit of happiness! 💕</p>
  </div>

  <footer>
    <p>MADE THIS FOR YOU AND ONLY U !! </p>
  </footer>

</body>
</html>
Editor is loading...
Leave a Comment