Skip to content

Commit

Permalink
Correction images space
Browse files Browse the repository at this point in the history
Removed space in images tag
  • Loading branch information
ARGFL committed Apr 1, 2024
1 parent 5053a49 commit 91f814f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@ <h2>Our Team</h2>
<div>
<!--Container 1-->
<div>
<img src="images/Christopher Walker.jpg" alt="Christopher Walker image" width="270px" />
<p>Christopher Walker</p>
<img src="images/Christopher-Walker.jpg" alt="Christopher Walker image" width="270px" />
<p><b>Christopher Walker</b></p>
<p>Product Designer</p>
</div>
<!--Container 2-->
<div>
<img src="images/Kylie Evans.jpg" alt="Kylie Evans image" width="270px"/>
<p>Kylie Evans</p>
<img src="images/Kylie-Evans.jpg" alt="Kylie Evans image" width="270px"/>
<p><b>Kylie Evans</b></p>
<p>Frontend Developer</p>
</div>
<!--Container 3-->
<div>
<img src="images/Ryan Harris.jpg" alt="Ryan Harris" width="270px"/>
<p>Ryan Harris</p>
<img src="images/Ryan-Harris.jpg" alt="Ryan Harris" width="270px"/>
<p><b>Ryan Harris</b></p>
<p>Marketing</p>
</div>
<!--Container 4-->
<div>
<img src="images/Tyler Moore.jpg" alt="Tyler Moore" width="270px"/>
<p>Tyler Moore</p>
<img src="images/Tyler-Moore.jpg" alt="Tyler Moore" width="270px"/>
<p><b>Tyler Moore</b></p>
<p>UI Designer</p>
</div>
</div>
Expand Down

0 comments on commit 91f814f

Please sign in to comment.