This commit is contained in:
parent
96fd9604b5
commit
b646411d2b
@ -196,7 +196,7 @@
|
||||
color: #c81d25;
|
||||
}
|
||||
|
||||
.pride-img {
|
||||
.img-div {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
@ -220,12 +220,26 @@
|
||||
</article>
|
||||
|
||||
<hr />
|
||||
<div class="pride-img">
|
||||
<div class="img-div">
|
||||
<img
|
||||
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"
|
||||
height="31px"
|
||||
width="88px"
|
||||
height="31"
|
||||
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>
|
||||
|
||||
|
@ -178,7 +178,7 @@ border: 2px solid var(--border-color);
|
||||
color: #c81d25;
|
||||
}
|
||||
|
||||
.pride-img {
|
||||
.img-div {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
@ -200,14 +200,29 @@ justify-content: center;
|
||||
</article>
|
||||
|
||||
<hr>
|
||||
<div class="pride-img">
|
||||
<div class="img-div">
|
||||
<img
|
||||
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"
|
||||
height="31px"
|
||||
width="88px"
|
||||
height="31"
|
||||
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>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user