<p>The judge openlyn disapproved of the author's tactics.</p>

<blockquote>Never have I seen such bald and shameless attempts at garnering an audiences' approval through frosted deliciousness.</blockquote>
blockquote::before {
  content: open-quote;
}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
}

body {
  max-width: 20em;
  margin: 1em;
  font: 1.8rem/1.4 Georgia, serif;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.