started overhauling trivia section
This commit is contained in:
parent
13d0a60ead
commit
277b74b3a4
26
index.html
26
index.html
|
@ -248,20 +248,22 @@
|
||||||
<i class="fa-solid fa-bookmark"></i> Trivia
|
<i class="fa-solid fa-bookmark"></i> Trivia
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<ul>
|
||||||
<i class="fa-regular fa-circle"></i>
|
<li>Favourite Colours
|
||||||
Jax plays the guitar and sings in a band.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<ul>
|
||||||
<i class="fa-regular fa-circle"></i>
|
<li>Pastel Pink</li>
|
||||||
Their favourite food is blue raspberries, a specialty from where they're from.
|
<li>Pastel Blue</li>
|
||||||
</p>
|
</ul>
|
||||||
|
</li>
|
||||||
|
<br>
|
||||||
|
<li>Favourite Flowers
|
||||||
|
|
||||||
<p>
|
<ul>
|
||||||
<i class="fa-regular fa-circle"></i>
|
<li>Cherry Blossom</li>
|
||||||
They own a bar in which they work as a bartender.
|
</ul>
|
||||||
</p>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue