Nesting pseudo-elements inside pseudo-elements
问题 I have a :before for an opening \'quote\' and an :after for a closing quote. Now what I want is an :after:after for the \'cite\' reference but I cant get it to work. Does anyone know if this is possible? My code so far:- blockquote:before { content: \'\\201C\'; } blockquote:after { content: \'\\201D\'; } blockquote { font-size: 22px; line-height: 24px; text-indent:60px; } blockquote:before { font-size: 170px; margin-left: -136px; margin-top: 50px; opacity: 0.2; position: absolute; overflow