made interest list into figure
This commit is contained in:
parent
1e0b87ebf2
commit
55af46b4a7
2 changed files with 23 additions and 17 deletions
10
src/css.css
10
src/css.css
|
@ -55,12 +55,12 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
p, h1, ul, h1, h2, h3, nav, header, details, table {
|
||||
p, h1, ul, h1, h2, h3, nav, header, details, table, figcaption {
|
||||
color: var(--font-color);
|
||||
font-family: atkinsonhyperlegible, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
p, ul, nav, code, table {
|
||||
p, ul, nav, code, table, figcaption {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
|
@ -150,4 +150,8 @@ table {
|
|||
td, th {
|
||||
border: 2px solid var(--header-border-color);
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -13,20 +13,22 @@
|
|||
<div id="pagewrap">
|
||||
<p>they/she • bi • trans • girlflux</p>
|
||||
<p>links: <a href="https://pronouns.cc/@qhri">pronouns.cc</a> • <a href="https://sharkey.qhri.net/@qhri">fedi</a> (@qhri@sharkey.qhri.net) • <a href="https://bsky.app/profile/qhri.net">bluesky</a> (@qhri.net) • <a href="https://listenbrainz.org/user/CreativeUsername/">listenbrainz</a> • <a href="https://www.last.fm/user/qhri">last.fm</a> • <a href="https://www.discogs.com/user/creativusername/collection">discogs</a> • <a href="https://bandcamp.com/qhri">bandcamp</a><br></p>
|
||||
<p>interests:</p>
|
||||
<ul>
|
||||
<li>music
|
||||
<ul>
|
||||
<li>metal</li>
|
||||
<li>alt/indie</li>
|
||||
<li><a href="/music/">music i like</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>open-source software</li>
|
||||
<li>smosh (mostly post-defy)</li>
|
||||
<li>dropout</li>
|
||||
<li>object shows</li>
|
||||
</ul>
|
||||
<figure>
|
||||
<figcaption>interests:</figcaption>
|
||||
<ul>
|
||||
<li>music
|
||||
<ul>
|
||||
<li>metal</li>
|
||||
<li>alt/indie</li>
|
||||
<li><a href="/music/">music i like</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>open-source software</li>
|
||||
<li>smosh (mostly post-defy)</li>
|
||||
<li>dropout</li>
|
||||
<li>object shows</li>
|
||||
</ul>
|
||||
</figure>
|
||||
<p><a href="/guides/">guides i made for myself and you might also find useful maybe</a></p>
|
||||
<p><a href="/emoji/">emoji</a></p>
|
||||
<p>thankies to <a href="https://gts.aylamz.me/@aylamz">Aylam</a> for helping me improve my website <3</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue