Guest User

Untitled

a guest
May 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <div class="container" id="jumbotron">
  2. <div class = "row text-center" >
  3. <div class="col-sm-3"></div>
  4. <div class="col-sm-6"><h2>Random Quotes on Design</h2>
  5. </div><div class="col-sm-3"></div></div>
  6.  
  7. <div class = "row text-center">
  8. <div class="col-sm-3"></div>
  9. <div class="col-sm-6 well message">
  10.  
  11. <div class="quote js-quoteContainer">
  12. <div class="quoteContentWrapper"><span class="quoteSymbol quoteSymbol--left"><p><i class="fa fa-quote-left"></i></span><span class="quoteContent js-quote"></span><i class="fa fa-quote-right"></i></p> <p class="quoteAuthor js-quoteAuthor"></p>
  13. </div>
  14. <p><a href="#" class="quoteBtn quoteBtn--new js-getQuoteBtn btn btn-primary">Give me a new quote</a>
  15.  
  16. <a href="#" class="quoteBtn quoteBtn--share js-twitterBtn btn btn-info" target="_blank"><i class="quote-twitterIcon fab fa-twitter"></i> Tweet this quote</a></p>
  17. </div></p>
  18. </div>
  19.  
  20.  
  21. </div>
  22. <div class="col-sm-3"></div>
  23. </div></div>
  24. <div class="footer">
  25. <p class="text-center">Made by Liane Chan, 2018</p>
  26. </div>
Add Comment
Please, Sign In to add comment