Pull Quote
Examples for the ss-c-pull-quote module.
Default
Design systems are products that serve products.
HTML
<blockquote class="ss-c-pull-quote">
<p class="ss-c-pull-quote__text">Design systems are products that serve products.</p>
<footer class="ss-c-pull-quote__attribution">— Nathan Curtis</footer>
</blockquote>
Elevated
Constraints liberate, freedom imprisons.
HTML
<blockquote class="ss-c-pull-quote ss-c-pull-quote--elevated">
<p class="ss-c-pull-quote__text">Constraints liberate, freedom imprisons.</p>
<footer class="ss-c-pull-quote__attribution">— Anonymous</footer>
</blockquote>
More Designs
Design is thinking made visual.
Whitespace is to be regarded as an active element, not a passive background.
Typography is the craft of endowing human language with a durable visual form.
Less, but better.
HTML
<figure class="ss-c-pull-quote ss-c-pull-quote--accent">
<blockquote class="ss-c-pull-quote__text">
Design is thinking made visual.
</blockquote>
<figcaption class="ss-c-pull-quote__attribution">
— Saul Bass
</figcaption>
</figure>
<figure class="ss-c-pull-quote ss-c-pull-quote--inverted">
<blockquote class="ss-c-pull-quote__text">
Whitespace is to be regarded as an active element, not a passive
background.
</blockquote>
<figcaption class="ss-c-pull-quote__attribution">
— Jan Tschichold
</figcaption>
</figure>
<figure class="ss-c-pull-quote ss-c-pull-quote--marked">
<blockquote class="ss-c-pull-quote__text">
Typography is the craft of endowing human language with a durable
visual form.
</blockquote>
<figcaption class="ss-c-pull-quote__attribution">
— Robert Bringhurst
</figcaption>
</figure>
<figure class="ss-c-pull-quote ss-c-pull-quote--centered">
<blockquote class="ss-c-pull-quote__text">
Less, but better.
</blockquote>
<figcaption class="ss-c-pull-quote__attribution">
— Dieter Rams
</figcaption>
</figure>