Skip to content

Commit

Permalink
Add photo credit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi Zhang committed Sep 24, 2023
1 parent c04de04 commit c8721bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ <h3>Social Media</h3>
</div>
<aside>
<img src="./images/profile.jpeg" alt="profile picture" width="320px">
Photo credit to Travis Zane
</aside>
</article>
</main>
Expand Down
2 changes: 2 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ body {
}

aside {
display: flex;
flex-direction: column;
margin-top: 2em;
}

Expand Down

0 comments on commit c8721bc

Please sign in to comment.