Template:Quote/styles.css: Difference between revisions

Content deleted Content added
Created page with ".quote-text { margin: 0; padding: 0 30px; font-size: 26px; line-height: 30px; position: relative; } .quote-text::before, .quote-text::after { color: #B2B7F2; f..."
 
No edit summary
Line 12:
font-family: 'Times New Roman', serif;
font-weight: bold;
position: absolute;
}
.quote-text::before {
content: open-quote;
top: 0;
left: 0;
}
.quote-text::after {
content: close-quote;
bottom: 0;
right: 0;
}
.quote-attribution {