Looking for a Minion's Help - How Do I Add the End Quotation

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 27, 2015 7:30 am
Reply with quote
Report this post
Looking for any yellow or purple minion ...

For the CSS <blockquote> how do I add another big quotation image towards the end of a quote. At the moment only the starting quotation image is showing.

Thanks :D
User avatar
Junior Boarder

GK User
Tue Oct 27, 2015 9:28 am
Reply with quote
Report this post
Looking for any yellow minion ...

Haha, ok, i think i can do it for you, check & use :

blockquote::after {
color: #e74c3c;
content: "\f10d";
font-family: FontAwesome;
font-size: 32px;
line-height: 0;
position: absolute;
right: 0;
top: 15px; }

blockquote {padding: 0 44px;}
User avatar
Platinum Boarder


cron