Skip to content

Instantly share code, notes, and snippets.

@MCMXCIII
Created October 20, 2020 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MCMXCIII/e95a425ff11c317133f02f6fc426f16a to your computer and use it in GitHub Desktop.
Save MCMXCIII/e95a425ff11c317133f02f6fc426f16a to your computer and use it in GitHub Desktop.
<div class="wrap">
<div class="search">
<input type="text" class="searchTerm" placeholder="some example here?">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
</div>
<div class="search">
<input type="text" class="searchTerm" placeholder="Some example term here?">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment