Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SWizzard779 committed Nov 21, 2023
1 parent 40541fa commit 92e7b04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ main {
background-color: #31D0AA;
}

.social-link-footer:hover,
.social-link-footer:focus {
background-color: #31d0aa;
}

.social-link-footer {
width: 100%;
height: 100%;
Expand All @@ -482,4 +487,5 @@ main {
display: flex;
align-items: center;
justify-content: center;
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,28 +329,28 @@ <h3 class="strategy portfolio-subheader">Online Courses</h3>
<ul class="socials">
<li class="social-items social-items-footer">
<a href="" class="social-link-footer">
<svg width="24" height="24">
<svg class="icon" width="24" height="24">
<use href="./images/icons.svg#icon-instagram"></use>
</svg>
</a>
</li>
<li class="social-items social-items-footer">
<a href="" class="social-link-footer">
<svg width="24" height="24">
<svg class="icon" width="24" height="24">
<use href="./images/icons.svg#icon-twitter"></use>
</svg>
</a>
</li>
<li class="social-items social-items-footer">
<a href="" class="social-link-footer">
<svg width="24" height="24">
<svg class="icon" width="24" height="24">
<use href="./images/icons.svg#icon-facebook"></use>
</svg>
</a>
</li>
<li class="social-items social-items-footer">
<a href="" class="social-link-footer">
<svg width="24" height="24">
<svg class="icon" width="24" height="24">
<use href="./images/icons.svg#icon-linkedin"></use>
</svg>
</a>
Expand Down

0 comments on commit 92e7b04

Please sign in to comment.