"Basic Blockquote Example"
Bootstrap 3.0.0 Snippet by mwood073

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <h1 class="page-header">Blockquote</h1> <h4>Blockquote</h4> <blockquote> <p>"Though much is taken, much abides, and though we are not now that strength which in old days moved earth and heaven, that which we are, we are... One equal temper of heroic hearts, made weak by time and fate, but strong in will to strive, to seek, to find, and not to yield."</p> </blockquote> <h4>Blockquote with footer</h4> <blockquote> <p>The training is nothing! The will is everything!<br/> The will to act.</p> <footer>Ra's Al Ghul</footer> </blockquote> <h4>Blockquote right aligned</h4> <blockquote class="blockquote-reverse"> It's not who you are underneath, it's what you do that defines you. <footer>Rachel Dawes</footer> </blockquote> <h4> </h4> </div> <style> h4{ margin-top:50px; } </style>

Related: See More


Questions / Comments: