Skip to content

Commit 3fc0b84

Browse files
committed
Create images directory
Move images to new directory and update source links in index.html
1 parent 84120a4 commit 3fc0b84

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

foundations/04-chaining-selectors/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<!-- Check image source path. Review Foundations lesson - Links and Images -->
1212
<!-- Use the classes BELOW this line -->
1313
<div>
14-
<img class="avatar proportioned" src="" alt="Woman with glasses">
15-
<img class="avatar distorted" src="" alt="Man with surprised expression">
14+
<img class="avatar proportioned" src="images/pexels-katho-mutodo-8434791.jpg" alt="Woman with glasses">
15+
<img class="avatar distorted" src="images/pexels-andrea-piacquadio-3777931.jpg" alt="Man with surprised expression">
1616
</div>
1717
<!-- Use the classes ABOVE this line -->
1818
<div>

0 commit comments

Comments
 (0)