I have a search form and I'd like to add the search button inside its right side like this:
Here is the code for my form:
<form action="search.php" method="post" class="index-search-form">
<input name="search" type="text" class="" placeholder=" What are you looking for?">
<button name="submit" class="" type="submit">Search</button>
</form>