Add missing question mark to html files
And update the desired-outcome.png
This commit is contained in:
parent
35adbf6686
commit
0713c6fe01
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 105 KiB |
|
@ -14,7 +14,7 @@
|
|||
<div class="text">This is a type of plant. We love this one.</div>
|
||||
|
||||
<img src="./images/chilli.png" alt="chili">
|
||||
<div class="text">This is another type of plant. Isn't it nice</div>
|
||||
<div class="text">This is another type of plant. Isn't it nice?</div>
|
||||
|
||||
<img src="./images/pepper.png" alt="pepper">
|
||||
<div class="text">We have so many plants. Yay plants.</div>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<div class="info">
|
||||
<img src="./images/chilli.png" alt="chili">
|
||||
<div class="text">This is another type of plant. Isn't it nice</div>
|
||||
<div class="text">This is another type of plant. Isn't it nice?</div>
|
||||
</div>
|
||||
<div class="info">
|
||||
<img src="./images/pepper.png" alt="pepper">
|
||||
|
|
Loading…
Reference in New Issue