add height and width to img elements

This commit is contained in:
emma 2025-02-02 07:52:08 -05:00
parent 7e08007ce8
commit ddfb3da84a
1 changed files with 5 additions and 1 deletions

View File

@ -37,16 +37,20 @@
<div class="tileEleven tile"></div>
<div class="tileTwelve tile"></div>
<img src="/img/sweets.jpg" alt="a box of chocolate cupcakes">
<img src="/img/sweets.jpg" alt="a box of chocolate cupcakes"
height="1000" width="1000"
>
</div>
<div class="items">
<img class="baxter" src="/img/baxter.png"
alt="a picture of my cat baxter that can be petted"
height="300" width="300"
>
<img class="trans-pride-heart"
src="/img/transgender-pride-flag.svg"
alt="the trans pride flag"
height="250" width="250"
>
</div>
</section>