Стилилизация footer не проходит проверку куда смотреть?
Павел Пинчук0 ответов
Сделал скрин правильного ответа, сравнил, всё одинаково, а проверку не проходит. Урок №46
.footer {
width: 100%;
height: 100px;
padding: 28px 0 5px 0;
text-align: center;
background-color: darkslateblue;
color: #a8aa94;
margin-left: 0;
margin-right: 0;
min-width: 900px;
}
.footer a {
color: #a8aa94;
text-decoration: none;
}
.footer a:hover {
color: #fff;
text-decoration: none;
}
.footer p {
padding: 0 0 10px 0;
}