Advertisement
hungvb

Random Quote

Dec 7th, 2021
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.04 KB | None | 0 0
  1.  
  2. <center>
  3. <div class="wrapper">
  4.       <header>Quote of the Day</header>
  5.       <div class="content">
  6.         <div class="quote-area">
  7.           <i class="fas fa-quote-left"></i>
  8.           <p class="quote">Never give up because you never know if the next try is going to be the one that works.</p>
  9.           <i class="fas fa-quote-right"></i>
  10.         </div>
  11.         <div class="author">
  12.           <span>__</span>
  13.           <span class="name">Mary Kay Ash</span>
  14.         </div>
  15.       </div>
  16.       <div class="buttons">
  17.         <div class="features">
  18.           <ul>
  19.             <li class="speech"><i class="fas fa-volume-up"></i></li>
  20.             <li class="copy"><i class="fas fa-copy"></i></li>
  21.             <li class="twitter"><i class="fab fa-twitter"></i></li>
  22.           </ul>
  23.           <button>New Quote</button>
  24.         </div>
  25.       </div>
  26.     </div>
  27. </center>
  28.  <link rel="stylesheet" href="https://raw.githack.com/hungvb/hungvb.com/main/style.css">
  29.     <script src="https://raw.githack.com/hungvb/hungvb.com/main/script.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement