blockquote:before { content: "“"; display: block; font-size: 26/16*1em; line-height: 1; position: absolute; left: 0; top: 0; color: $aside; }
over 1 year ago
I've never thought to use pseudo before/after classes with blockquotes (quotation marks). Genius.
That is some handsome looking blockquotes.
keyboard shortcuts: ← previous shot → next shot L or F like
3 Responses
Pro
Joni Korpi
blockquote:before {
content: "“";
display: block;
font-size: 26/16*1em;
line-height: 1;
position: absolute;
left: 0; top: 0;
color: $aside;
}
over 1 year ago
I've never thought to use pseudo before/after classes with blockquotes (quotation marks). Genius.
over 1 year ago
Pro
Göran Söderström
That is some handsome looking blockquotes.
over 1 year ago