<q>a reader lives a thousand lives before he dies, the man who never reads lives only one</q>
<q>I find that the harder I work, the more luck I seem to have</q>
<q>Keep smiling, because life is a beautiful thing and there's so much to smile about</q>
<q>the way to get started is to quit talking and begin doing</q>
q {
  display:block;
  font-size:1.2rem;
  word-spacing:.2rem;
  font-style:italic;
}
q:first-child {
  /* remove quotation marks */
  quotes: "" "";
}
q:nth-child(2){
  quotes: "( " " )";
}
q:nth-child(3){
  quotes: "«" "»";
}
q:last-child {
  color:'red';
  quotes: "'<" ">'";
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.