Как увеличить рамку ваш запрос?

0
<h2>Поиск</h2>
<form method="post" action="#" id="search_form">
	<input type="search" name="search_field" placeholder="ваш запрос" />
	<input type="submit" class="btn" value="найти" />
</form>​
input[type="text"], input[type="password"], input=[type="search"] {
	color: #5d5d5d;
	width: 60%;
	padding: 8px;
}
html
css

1 ответов

1

Тут ошибка в знаке равно:

input=[type="search"]

Посмотри на предыдущие записи input.

Sign up or Log in to write an answer