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="tileEleven tile"></div>
|
||||||
<div class="tileTwelve 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>
|
||||||
|
|
||||||
<div class="items">
|
<div class="items">
|
||||||
<img class="baxter" src="/img/baxter.png"
|
<img class="baxter" src="/img/baxter.png"
|
||||||
alt="a picture of my cat baxter that can be petted"
|
alt="a picture of my cat baxter that can be petted"
|
||||||
|
height="300" width="300"
|
||||||
>
|
>
|
||||||
<img class="trans-pride-heart"
|
<img class="trans-pride-heart"
|
||||||
src="/img/transgender-pride-flag.svg"
|
src="/img/transgender-pride-flag.svg"
|
||||||
alt="the trans pride flag"
|
alt="the trans pride flag"
|
||||||
|
height="250" width="250"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue