Instagram caption generator

 <!DOCTYPE html>

<html>

<head>

  <title>Instagram Caption Generator</title>

  <style>

    body {

      text-align: center;

      font-family: Arial, sans-serif;

    }

    h1 {

      margin-top: 50px;

    }

    .generator {

      margin-top: 20px;

    }

    button {

      padding: 10px 20px;

      background-color: #4CAF50;

      color: white;

      border: none;

      cursor: pointer;

    }

    #caption {

      margin-top: 20px;

      font-size: 18px;

      font-style: italic;

    }

  </style>

</head>

<body>

  <h1>Instagram Caption Generator</h1>

  <div class="generator">

    <button onclick="generateCaption()">Generate Caption</button>

  </div>

  <div id="caption"></div>


  <script>

    var captions = [

      "Stay close to what keeps you feeling alive.",

      "Be a voice, not an echo.",

      "Do what you love, and you'll never have a problem with Monday.",

      "Simplicity is the ultimate sophistication.",

      "Life is better when you're laughing.",

      "Create your own sunshine.",

      "Dream big and dare to fail.",

      "Stay wild, flower child.",

      "Happiness is homemade.",

      "Escape the ordinary.",

      "Don't wait for opportunity, create it.",

      "Make today so awesome that yesterday gets jealous.",

      "Be the energy you want to attract.",

      "Find joy in the ordinary.",

      "Life is short, make it sweet.",

      "Stay positive, work hard, and make it happen.",

      "Choose kindness and laugh often.",

      "Slay them with sweetness.",

      "Smile big, laugh often.",

      "Embrace the glorious mess that you are."

    ];


    function generateCaption() {

      var randomIndex = Math.floor(Math.random() * captions.length);

      var captionElement = document.getElementById("caption");

      captionElement.innerHTML = captions[randomIndex];

    }

  </script>

</body>

</html>

I'm this way we can get together for a while now 6666bd and I want to write a blog to welcome to come over whenever you want to write a blog to welcome to come over whenever you want to write a blog to welcome to come over whenever you want to write a blog to welcome to come over whenever you want to write a blog to welcome to come over whenever you want to write a blog to welcome to come 

No comments: