FertwBr / youtube-clone

0 stars 0 forks source link

create and rework button #3

Closed FertwBr closed 6 months ago

FertwBr commented 6 months ago
      TODO create and rework button

https://github.com/FertwBr/youtube-clone/blob/b1e8b074fbe279589bf2ed5185e85d0d344b16ec/youtube.html#L27

FertwBr commented 6 months ago

Fixes TODO #3: Created and implemented search functionality

<div class="middle-section">
     <input class="search-bar" type="text" placeholder="Search">
     <button class="search-button">
       <img class="search-button-icon" src="images/header/icons/search.svg">
     </button>
     <button class="voice-search-button">
       <img class="voice-search-button-icon" src="images/header/icons/voice-search-icon.svg">
     </button>

Note: This update provides a more user-friendly search experience and incorporates voice search functionality.