Продолжить обсуждение из 15/15:
Собственно не получается настроить подобные образцу расстояния между блоками “Наша компания” и футером. Игра с margin & padding не помогла, вставлял варианты других юзеров - ещё хуже было))
/* Собственные стили блоков */
.header {
min-height: 40px;
margin-bottom: 20px;
}
.logo {
float: left;
width: 230px;
text-align: center;
background-color: #333333;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}
.contacts {
float: right;
width: 110px;
text-align: center;
background-color: #333333;
color: #ffffff;
font-style: italic;
}
.about-us {
width: 230px;
margin-bottom: 10px;
float: left;
height: 150px;
}
.about-us h1 {
font-size: 20px;
font-weight: bold
}
.about-us p {
font-size: 12px;
}
.main-menu {
width: 110px;
float: right;
}
.footer {
padding: 10px 20px 10px 20px;
border: 2px solid #cccccc;
background-color: #333333;
color: #ffffff;
clear: both;
}