Working with Pages
Flexible content full screen
Pages are a way to display content in 2D, directly on the screen, instead of placing the content in a 3D space. This is useful when you want to display a longer text or show a fullscreen video.
Different types of pages
- Video pages
- Text pages
Can I Style Text on a Page
Yes there are ways to adjust how text looks in text pages.
<size=2em>big</size>
<size=3em>bigger</size>
<size=4em>huge</size>
<size=5em>hugest</size>
<color=#ff0000>red text</color>
<b>bold </b>
<i>italic</i>
<u>underline</u>
<margin=1em>Margin from the side</margin>
<align="center">Centered</align>
You can also square stuff m<sup>2</sup>
Or subscript<sub>text</sub> normalThe above options will create the following text.

Β
Did this answer your question?
π
π
π€©
Last updated on February 14, 2026