Last active
August 29, 2015 14:10
-
-
Save chromaphobic/db9ec7604f8b53e898ff to your computer and use it in GitHub Desktop.
Pull Quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This is the default syntax. This will create a pull quote floated right that is 220px wide. --> | |
<!-- This is the same width as the "col4" class for images, which is used for many of the inline images --> | |
<blockquote class="pull-quote"> | |
<p>Providing Innovative, Personalized Care for Patients with Digestive and Liver Diseases</p> | |
</blockquote> | |
<!-- If you want to set it to a different width, the same "col" classes that we use on images can be used --> | |
<!-- The width for the "col" classes on a blockquote will match if it had been used on an img --> | |
<blockquote class="pull-quote col3"> | |
<p>Providing Innovative, Personalized Care for Patients with Digestive and Liver Diseases</p> | |
</blockquote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment