Почему не работают стили для input ?

0

Скинул код ниже

css

input[type="text"], input[type="password"], input["search"] {
color: #5d5d5d;
width: 60%;
padding: 8px;
}

html

<div class="sidebar">

<h3>Поиск</h3>
<form method="post" action="#" id="search_form">
<input type="search" name="search_field" placeholder="ваш запрос" />
<input type="submit" class="btn" value="найти" />

</form>


</div>
html
css

1 ответов

0

Покажите код полностью

Sign up or Log in to write an answer