add more buttons
All checks were successful
/ weblog.lol (push) Successful in 31s

This commit is contained in:
zepp 2025-03-09 22:30:05 -04:00
parent 96fd9604b5
commit b646411d2b
2 changed files with 37 additions and 8 deletions

View File

@ -196,7 +196,7 @@
color: #c81d25; color: #c81d25;
} }
.pride-img { .img-div {
width: 100%; width: 100%;
height: auto; height: auto;
display: flex; display: flex;
@ -220,12 +220,26 @@
</article> </article>
<hr /> <hr />
<div class="pride-img"> <div class="img-div">
<img <img
src="https://cdn.some.pics/emma/67ce39c59db6f.svg" src="https://cdn.some.pics/emma/67ce39c59db6f.svg"
alt="a mashup of the transgender and bisexual pride flags. the two flags are flipped in the middle to form a heart shape of both" alt="a mashup of the transgender and bisexual pride flags. the two flags are flipped in the middle to form a heart shape of both"
height="31px" height="31"
width="88px" width="88"
/>
<img
src="https://cdn.some.pics/emma/67ce4d4f7f2b8.gif"
alt="a black and white cat sitting on a cassette player"
height="126"
width="150"
/>
<img
src="https://cdn.some.pics/emma/67ce4cf6dafc1.png"
alt="the disability pride flag"
height="31"
width="88"
/> />
</div> </div>

View File

@ -178,7 +178,7 @@ border: 2px solid var(--border-color);
color: #c81d25; color: #c81d25;
} }
.pride-img { .img-div {
width: 100%; width: 100%;
height: auto; height: auto;
display: flex; display: flex;
@ -200,14 +200,29 @@ justify-content: center;
</article> </article>
<hr> <hr>
<div class="pride-img"> <div class="img-div">
<img <img
src="https://cdn.some.pics/emma/67ce39c59db6f.svg" src="https://cdn.some.pics/emma/67ce39c59db6f.svg"
alt="a mashup of the transgender and bisexual pride flags. the two flags are flipped in the middle to form a heart shape of both" alt="a mashup of the transgender and bisexual pride flags. the two flags are flipped in the middle to form a heart shape of both"
height="31px" height="31"
width="88px" width="88"
/>
<img
src="https://cdn.some.pics/emma/67ce4d4f7f2b8.gif"
alt="a black and white cat sitting on a cassette player"
height="126"
width="150"
/>
<img
src="https://cdn.some.pics/emma/67ce4cf6dafc1.png"
alt="the disability pride flag"
height="31"
width="88"
/> />
</div> </div>
</main> </main>
<footer> <footer>