<div>
<p class="sample-quote">Any fool can write code that a computer can understand. Good programmers write code that humans can understand.</p>
</div>
.sample-quote{
font-size: 18px;
}
.sample-quote::before{
font-size: 30px;
content: open-quote;
}
.sample-quote::after{
font-size: 30px;
content: close-quote;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.