Skip to content

Instantly share code, notes, and snippets.

@chromaphobic
Last active August 29, 2015 14:10
Show Gist options
  • Save chromaphobic/db9ec7604f8b53e898ff to your computer and use it in GitHub Desktop.
Save chromaphobic/db9ec7604f8b53e898ff to your computer and use it in GitHub Desktop.
Pull Quotes
<!-- 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