Skip to content

Instantly share code, notes, and snippets.

@ktzanev
Last active March 12, 2017 14:05
Show Gist options
  • Save ktzanev/e50bd8db86a98f9fb362 to your computer and use it in GitHub Desktop.
Save ktzanev/e50bd8db86a98f9fb362 to your computer and use it in GitHub Desktop.
BLOCQUOTE + Q + CITE example
blockquote {
border-left: solid 7px LightGray;
padding-left: 1em;
}
Une citation utile dans la vie courante:
<blockquote>
<p>
There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced
by something even more bizarre and inexplicable.
</p>
<p>
There is another theory which states that this has already happened.
</p>
<footer>
<cite>&ndash; <q>The Restaurant at the End of the Universe</q> by <author>Douglas Adams</author></cite>
</footer>
</blockquote>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment