UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

20 lines (13 loc) 399 B
# cite (Inline citation) _No custom styles._ Cite is used to describe a reference to a cited creative work, and must include the title of that work. ## Example <div class="card"> <p>More information can be found in <cite>[ISO-0000]</cite>.</p> </div> <details class="compact"> <summary>HTML</summary> ```html <p>More information can be found in <cite>[ISO-0000]</cite>.</p> ``` </details>