blockquote.quotes {
display: block;
background: url(../images/typo/quote-start.png) 0 5px no-repeat;
padding: 0px 20px 0 38px;
margin: 20px 0;
font-size: 120%;
line-height: 150%;
width: auto;
color: #666;
border: 0;
}
blockquote.quotes p {
padding: 0 38px 0 0;
margin-top: 0;
background: url(../images/typo/quote-end.png) 100% 100% no-repeat;
}
stylized-quotes {
background-image: url(images/open-quote.png);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
stylized-quotes span {
background-image: url(images/close-quote.png);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}
<blockquote style="text-align: center;"><span class="stylized-quotes">Everyone knows to use block quotes as a way to highlight, well, a quote. And while this is a good technique to use, you should also try a pull quote every once in a while.</span></blockquote>
stylized-quotes {
background-image: url(images/open-quote.png);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
stylized-quotes span {
background-image: url(images/close-quote.png);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}
<blockquote style="text-align: center;"><span class="stylized-quotes">Don't be surprised if you're taking on the role of a hero trying to rescue and rid the world from evil. If you're a Dragon Quest fan, this is only to be expected.</span></blockquote>
Time to create page: 0.073 seconds