Missing one of the " in quote

GK User
Tue Mar 17, 2015 5:01 am
Hi

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?
User avatar
Junior Boarder

GK User
Tue Mar 17, 2015 7:31 am
It was designed this way. You might create after pseudo element and place second class element giving you closing double quota.
User avatar
Moderator


cron