Chapter Text
below r a list of customizable features along with an example html code. if you want the css, go to chap 2!
text colors:
mint
<p class="mint">texthere</p>
pink
<p class="pink">texthere</p>
brown
<p class="brown">texthere</p>
pink highlight
<p><span class="highlight pinky">highlight</span></p>
teal highlight
<p><span class="highlight teal">highlight</span></p>
additionals
clever piece of information with footnote [01].
Footnote: <a name="note-1" rel="nofollow" id="note-1"></a>01. "example source".
Back Button: <sup><a href="#note-1return" rel="nofollow"> [↺]</a></sup>Link to Footnote: <a href="#note-1" rel="nofollow"><sup>[01]</sup></a>
Return Point: <a name="note-1return" rel="nofollow" id="note-1return"></a>
teal box
<div class="tealbox"> </div>
pink box
<div class="pinkbox"></div>
