<p>The author finished with this:</p><blockquote>Of all the things I didn't say, I didn't say <q>I definitely didn’t say <q>I did not say <q>I never said, <q>I’ll get the readers on my side with cupcakes!</q> I only implied it.</q> that’s totally and completely false. Look, Mr. Hamilton, here completely agrees with me.</q> It was, rather, a couple of crisp Mr. Washingtons who did the talking</q> most.</blockquote>
q::before,
q::after {
animation: dancing 1s linear infinite;
display: inline-block;
transform: rotate(13deg);
}
@keyframes dancing {
0% {
transform: rotate(13deg) scale(2);
}
25% {
transform: rotate(0deg);
}
50% {
transform: rotate(-13deg) scale(2);
}
75% {
transform: rotate(0deg);
}
100% {
transform: rotate(13deg) scale(2);
}
}
q {
quotes: "‘" "’" "“" "”" "‘" "’" "“" "”";
}
body {
max-width: 20em;
margin: 1em;
font: 1.4rem/1.4 Georgia, serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.