KiyoshiSaundo
11/4/2017 - 8:58 PM

html search-form

html search-form

.search-form {
	&__text {}
	&__btn {}
}
<form class="search-form" action="/search/">
	<input class="search-form__text" type="text" name="q" placeholder="Поиск">
	<button class="search-form__btn" type="submit"></button>
</form>