Не работает расширение input, что делаю не так?
student_b47Jguu31 ответов
Добрый вечер! Вопрос к тем, кто проходил обучение по html & css. Почему не работает расширение формы для ввода запроса, как это было в уроке? Делаю все 1 в 1, кажется
<div class="sidebar">
<h2>Поиск</h2>
<form method="post" action="#" id="search_form" >
<input type="search" name="search_failed" placeholder="Ваш запрос" />
<input type="submit" class="btn" value="найти" />
</form>
</div>
input[type="text"], input[type="password"], input[type="search"] {
color: #5d5d5d;
width: 60%
padding: 8px;
}