15/15 выполнил на 99%, где я ошибся?

/* Собственные стили блоков */

.header {
min-height: 40px;
margin-bottom: 20px;
}

.logo {
float: left;
width: 100px;
background-color: #333;
color:#fff;
text-align: center;
width:230px;
font-weight: bold;
}

.contacts {
float: right;
width: 110px;
font-style:italic;
background-color: #333;
color:#fff;
text-align: center;
}

.about-us {
margin-bottom: 20px;
width:230px;
float:left;
}

.about-us h1 {
font-size:20px;
}

.about-us p {
font-size: 12px;
}

.main-menu {
float:right;
width:110px;

}

.footer {
clear:both;
width:405px;
background-color: #333;
color:#fff;
}

Уберите ширину у футера.

1 лайк

Спасибо!)