When I try to use the <blockquote> I only get the first "
I look at the CSS and only I can found this
- Code: Select all
blockquote::before {
color: #65c1cf;
content: "“";
font-size: 60px;
font-style: italic;
line-height: 1;
position: absolute;
left: 0;
top: -10px;
}
I'm missing the after?