Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshchauhan3104 authored Apr 13, 2024
1 parent b50b2d7 commit ffc7f07
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
</div>

</div>
<div class="center_part flex-row">
<input type="text" placeholder="Search">
<div class="search_icon">
<i class="fa-solid fa-magnifying-glass fa-1x"></i>
</div>
<div class="mic">
<i class="fa-solid fa-microphone fa-1x"></i>
</div>

</div>
<div class="search-container">
<input type="text" id="search-input" placeholder="Search..." tabindex="1">
<button id="clear-btn" class="icon-button" clearSearch()>
&#x2715;
</button>
<button class="icon-button" >
&#128269;
</button>
</div>

<div class="right_part flex-row">
<div class="notification">
<i class="fa-sharp fa-solid fa-bell fa-2x"></i>
Expand Down

0 comments on commit ffc7f07

Please sign in to comment.