Advertisement
CuddlySpider

Toyhouse Sliders Layout (Quote Container)

Sep 16th, 2017
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <!--Quote Container-->
  2.     <div class="container mx-auto mt-2" style="width: 85%;">
  3.  
  4.         <blockquote class="text-primary" style="text-align: justify; font-size: 18px;">
  5.  
  6.             <p><sup></sup><strong>&nbsp;Quote here.</strong></p>
  7.         </blockquote>
  8.     </div>
  9.  
  10. <!--Quote Container With Play Button-->
  11. <!--To use delete the note indicators surrounding the code and deleted or surround the first quote container code in note indicators-->
  12. <!--
  13.     <div class="container mx-auto mt-2" style="width: 85%;">
  14.         <blockquote class="text-primary" style="text-align: justify; font-size: 18px;">
  15.             <div class="d-flex flex-wrap justify-content-end">
  16.                 <div class="col-lg-10 mr-auto p-0">
  17.                         <p><sup>❝</sup><strong>&nbsp;Quote here.</strong></p>
  18.                 </div>
  19.             <div class="col- align-end"><a class="btn btn-outline-primary p-1 pr-2 pl-2" href=""></i></a>
  20.         </div></div></blockquote></div>
  21. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement