Quote Credit
The .cmp-quote-credit class styles the attribution line below a quote, typically showing the speaker’s name, title, and credentials.
Quote Credit
Section titled “Quote Credit”Maima Chea, PhD Student, Georgia State University
M.Ed., Reading Ed., ‘15
<p class="cmp-quote-credit"> Maima Chea, PhD Student, Georgia State University <br /> M.Ed., Reading Ed., ‘15</p>CSS Class
Section titled “CSS Class”| Class | Description |
|---|---|
.cmp-quote-credit | Italic, centered text at 1.125rem for attribution |
Styling Details
Section titled “Styling Details”| Property | Value |
|---|---|
| Display | block |
| Font size | 1.125rem |
| Font style | italic |
| Text align | center |
Usage with Quote Text
Section titled “Usage with Quote Text”Typically paired with .cmp-quote-text in testimonial sections:
<div class="util-font-family-alt"> <p class="cmp-quote-text">Quote body text here.</p> <p class="cmp-quote-credit"> Speaker Name, Title<br/> Degree, Year </p></div>