<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;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.