A game about forced loneliness, made by TACStudios
1# Style 2 3Apply custom styles using the `<style>` tag. For more information about creating custom styles, see the documentation on [Style Sheets](StyleSheets.md). 4 5The opening `<style>` tag must contain the style name. The closing `</style>` tag, which simply closes the last style opened. 6 7**Example:** 8 9``` 10<style="Title">Styles</style> 11You can create your own. 12``` 13 14![Example image](../images/TMP_RichTextStyle.png)<br/> 15_Applying a custom style_