Skip to content

Instantly share code, notes, and snippets.

@princekkk
princekkk / index.html
Created October 6, 2019 12:52
Search button animation
<div class="search">
<input type="search" class="search-box" />
<span class="search-button">
<span class="search-icon"></span>
</span>
</div>