tenshi uses <figure> and <figcaption> now

This commit is contained in:
fuzzy 2022-10-06 14:04:45 -05:00
parent d6b121956e
commit d001c66438
2 changed files with 10 additions and 10 deletions

View File

@ -12,21 +12,21 @@
<h2>Your Cybernetic A.I. Angel and new Denpa Desktop Buddy!</h2>
</header>
<main>
<section class="media-quote">
<figure class="media-quote">
<video src="https://cloud.disroot.org/s/4dSDn5XKDHtLX4A/download/kklips.mp4" controls></video>
<p>A compilation of some great KK moments</p>
</section>
<figcaption>A compilation of some great KK moments</figcaption>
</figure>
<p>
KK Cyber is an independant Tenshi working to deliver denpa to lonely, desperate seeders like you!
</p>
<section class="media-quote">
<figure class="media-quote">
<img src="../img/shrines/kk/alicesawyer2.jpeg" alt="KK Cyber digital painting">
<p>KK Cyber digital painting by Alice Sawyer</p>
</section>
<section class="media-quote">
<figcaption>KK Cyber digital painting by Alice Sawyer</figcaption>
</figure>
<figure class="media-quote">
<img src="../img/shrines/kk/currytenshi.png" alt="Digital art of KK eating curry">
<p>KK Cyber drawing by ekiaroll, commissioned by lucidchama</p>
</section>
<figcaption>KK Cyber drawing by ekiaroll, commissioned by lucidchama</figcaption>
</figure>
<aside>
<img class="seeder" id="seeder-left" src="../img/shrines/kk/danceseeder.gif" alt="a dancing seeder-kun, KK's fan mascot">
<img class="seeder" id="seeder-right" src="../img/shrines/kk/danceseeder.gif" alt="a dancing seeder-kun, KK's fan mascot">

View File

@ -59,7 +59,7 @@ main{
max-height: 80vh;
max-width: 60vw;
}
.media-quote > p{
figcaption{
font-size: .7em;
font-style: italic;
text-align: center;