Build a Random Quote Machine

I’m working on the “Random quote Generator” but I can’t get my submit button to work. I’m hoping some one can help.
Here is the HTML code:

<div class="container-fluid text-center"> -->
  <h1>Random Quote Generator</h1>
  <p>Some crazy quotes</P>
  <img class="smaller-image" src='//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/freecodecamp/original/3X/5/a/5a1d3b899455fdef9ce93e8d90e3fa023a733df6.jpg' alt="null" /> 
  <br/>
  <button type="submit">New Quotes</button>

  <div class="quotes">
    <span class="quote">My quotes</span>
    <span class="author">- Darryl</span>
  </div>
</div>

Could you please link to your project, preferably on CodePen?

Here is the link you requested: https://codepen.io/DM51Kernahan/pen/OgKELG