Advertisement
yarin0600

Random Generator HTML

Apr 20th, 2020
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1.  
  2. <h1>Random Quote Generator</h1>
  3. <div class="white-box">
  4.   <div class="quote">
  5.     <i class="fa fa-quote-left fa-3x"></i>
  6.     <p class="random-quote"> <span id="text"></span></p>
  7.   </div>
  8.   <div class="random-author">- <span id="author"></span>
  9.   </div>
  10.   <div class= "buttons">
  11.    
  12. <a id="tweet" href=""https://twitter.com/intent/tweet"" title="Tweet this!"><button class= "button"><i class= "fa fa-twitter"></i></button></a>
  13.    
  14.     <div class= "new-quote-button" >
  15.     <button class="button" id="new-quote"> New Quote
  16.     </div>
  17.   </div>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement