Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 425 Bytes

Quote.css

Quote.css is a little CSS file that holds all different quotation mark signs for different languages. The language should already be set in the html tag, but can also be set for specific text passages by adding a language attribute to the containing element, e.g:

<p lang="en-US">
  <q><q>This is a quote.</q>, he said.</q>, she said.
</p>