Skip to content

Commit

Permalink
Successfully youtube icon got responsive with hover and removed twitt…
Browse files Browse the repository at this point in the history
…er icon duplicates
  • Loading branch information
SumithThota committed Oct 18, 2024
1 parent 159f28d commit 6d00235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<a class="facebook" href="#"><i class="fab fa-facebook"></i></a>
<a class="instagram" href="#"><i class="fab fa-instagram"></i></a>
<a class="twitter" href="#"><i class="fa-brands fa-x-twitter"></i></a>
<a class="twitter" href="#"><i class="fab fa-twitter"></i></a>
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,8 @@ button {
line-height: 40px;
border-radius: 50%;
color: #d3d3d3;
position :relative;
z-index: 1;
transition: all 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

Expand Down

0 comments on commit 6d00235

Please sign in to comment.