Skip to content

Commit

Permalink
Connect footer-right icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mangmang1004 committed Sep 6, 2024
1 parent 2386689 commit 17ba29b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,25 @@ footer {

.footer-left {
color: rgba(156, 163, 175, 1);
font-size: 1em;
font-weight: 300;
}

.footer-mid {
.footer-mid > a {
color: rgba(229, 231, 235, 1);
font-size: 1em;
font-weight: 300;
text-decoration: none;
cursor: pointer;
}

.footer-mid a:not(:last-child) {
margin-right: 30px;
}


.footer-right > a {
cursor: pointer;
}

.footer-right a:not(:last-child){
margin-right: 12px;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ <h2 class="bottom-wording-title">
</div>

<div class="footer-right">
<a href="" target="_blank"><img src="img/ic_facebook.svg"></a>
<a href="" target="_blank"><img src="img/ic_twitter.svg"></a>
<a href="" target="_blank"><img src="img/ic_youtube.svg"></a>
<a href="" target="_blank"><img src="img/ic_instagram.svg"></a>
<a href="https://www.codeit.kr/" target="_blank"><img src="img/ic_facebook.svg"></a>
<a href="https://www.codeit.kr/" target="_blank"><img src="img/ic_twitter.svg"></a>
<a href="https://www.codeit.kr/" target="_blank"><img src="img/ic_youtube.svg"></a>
<a href="https://www.codeit.kr/" target="_blank"><img src="img/ic_instagram.svg"></a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 17ba29b

Please sign in to comment.