Почему общее свойство padding не применяется для одного инпута?
Dana Protasova1 ответов
Тут ошибка:
input [type="text"], input [type="password"], input[type="search"]{
color: #5d5d5d;
width: 60%;
padding: 8px;
}
В первых двух инпутах стоят лишние пробелы:
inputЛИШНИЙПРОБЕЛ[type="text"], inputЛИШНИЙПРОБЕЛ[type="password"]