Skip to content

Commit

Permalink
refactor : 코드리뷰 반영 - footer 클래스명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeonseo-Jo committed Oct 23, 2023
1 parent 1e2e62c commit 50d66b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions week1/aissgn3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ <h2>In Busan</h2>
<a href="#"><img src="./assets//icon/icon_top.png" /></a>
</button>

<footer class="footer">
<footer class="Info-footer">
<p>📷 Pic by Yeonseo</p>
<p class="footer__more">
<p class="Info-footer__more">
<span> 🎞 More Pics : </span>
<a href="https://www.instagram.com/ooesny/">@ooesny</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions week1/aissgn3/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ a:active {
}

/*footer 영역*/
.footer {
.Info-footer {
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -300,7 +300,7 @@ a:active {
font-size: 1.5rem;
}

.footer__more > a:hover {
.Info-footer__more > a:hover {
color: gray;
}

Expand Down

0 comments on commit 50d66b0

Please sign in to comment.