add height and width to img elements
This commit is contained in:
parent
7e08007ce8
commit
ddfb3da84a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue