Skip to content

Commit

Permalink
Update icons.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupkjha2601 authored Jun 21, 2024
1 parent d6120e1 commit 09f67c7
Showing 1 changed file with 13 additions and 28 deletions.
41 changes: 13 additions & 28 deletions icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,6 @@
font-size: 0.9rem;
}

.copy-icon {
position: absolute;
cursor: pointer;
top: 0.5rem;
right: 0.5rem;
opacity: 0.65;
transition: 0.3s ease;
}

.copy-icon:hover {
transform: scale(1.25) rotate(10deg);
}

.icons-container:hover .copy-icon {
filter: brightness(0) invert(1);
opacity: 1;
Expand Down Expand Up @@ -226,14 +213,7 @@
<span class="icon-bar"></span>
</button>
<div class="w3_navigation_pos">
<div class="image-container">
<a href="index.html"
><img
src="/images/food-logo.png"
class="small-image"
alt="food-recipe"
/></a>
</div>

</div>
</div>
<div
Expand All @@ -242,16 +222,15 @@
>
<nav>
<ul class="nav navbar-nav">
<li class="icons-container">
<a href="index.html">Home</a>
<li><a href="index.html">Home</a>
</li>
<li class="icons-container">
<li >
<a href="about.html">About Us</a>
</li>
<li class="icons-container">
<li >
<a href="services.html">Our Services</a>
</li>
<li class="icons-container">
<li>
<a href="gallery.html">Gallery</a>
</li>
<li class="dropdown active">
Expand All @@ -263,7 +242,7 @@
>Short Codes <b class="caret"></b
></a>
<ul class="dropdown-menu">
<li class="icons-container">
<li >
<a href="icons.html">Icons</a>
</li>
<li class="active">
Expand Down Expand Up @@ -297,7 +276,13 @@
</div>
</div>
</div>
<!-- icons -->
<a href="#" id="scrollDownButton">
<div class="circle-background">
<img src="./images/bottomButton.webp" alt="Scroll Down">
</div>
</a>

<!-- icons -->
<div class="codes icons main-grid-border">
<div class="container">
<div class="grid_3 grid_4 w3_agileits_icons_page">
Expand Down

0 comments on commit 09f67c7

Please sign in to comment.