···48484949## prose elements
50505151-slight.css offers built-in styles to beautify certain elements, such as blockquotes, tables, code, pre, and more. these styles are **opt-in**, and to use them, you have to apply the `prose` class to a container that wraps your content, such as a `body`, `main`, or `div`. you can see the demo's [index.html](https://github.com/intergrav/slight.css/blob/main/index.html) for an example of it's usage.
5151+slight.css offers built-in styles to beautify certain elements, such as blockquotes, tables, code, pre, and more. these styles are **opt-in**, and to use them, you have to apply the `prose` class to a container that wraps your content, such as a `body`, `main`, or `div`. you can see the demo's [index.html](https://tangled.org/devins.page/slight.css/blob/main/index.html) for an example of it's usage.
52525353## can i see what it looks like?
5454
+3-3
index.html
···2121 <h1>slight.css</h1>
2222 <nav>
2323 <a href="https://npmjs.com/package/@intergrav/slight.css">npm</a> •
2424- <a href="https://github.com/intergrav/slight.css">git</a> •
2525- <a href="https://github.com/intergrav/slight.css/issues">issues</a>
2424+ <a href="https://tangled.org/devins.page/slight.css">git</a> •
2525+ <a href="https://tangled.org/devins.page/slight.css/issues">issues</a>
2626 </nav>
2727 </header>
2828 <main class="prose">
···102102 <code>prose</code> class to a container that wraps your content, such as
103103 a <code>body</code>, <code>main</code>, or <code>div</code>. you can see
104104 the demo's
105105- <a href="https://github.com/intergrav/slight.css/blob/main/index.html"
105105+ <a href="https://tangled.org/devins.page/slight.css/blob/main/index.html"
106106 >index.html</a
107107 >
108108 for an example of it's usage.