blockquote:before { content: "“"; display: block; font-size: 26/16*1em; line-height: 1; position: absolute; left: 0; top: 0; color: $aside; }
4 months 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;
}
4 months ago
Pro
Jack Smith
I've never thought to use pseudo before/after classes with blockquotes (quotation marks). Genius.
4 months ago
That is some handsome looking blockquotes.
4 months ago