не пойму куда вставить :lastchild. объясните пожалуйста
body{
margin:0;
padding:0;
font-family:‘PT Sans’, sans-serif;
}
.wrapper{
width:430px;
margin:0 auto;
box-shadow:0 0 2px #ccc;
}
.clearfix:after{
content:’’;
clear:both;
display:table;
}
.header{
background:#34495e;
margin-bottom:10px;
color:white;
}
.header .layout-column{
min-height:50px;
background:rgba(192, 57, 43, 0.9);
border-bottom:2px dashed #95a5a6;
}
.header .layout-column-1{
float:left;
width:280px;
}
.header .layout-column-2{
float:right;
width:130px;
}
.features{
margin-bottom: 10px;
}
.features .layout-column{
float:left;
width:130px;
margin-right: 0px;
min-height:100px;
background:rgba(236, 240, 241, 0.9);
border-bottom:2px dashed #95a5a6;
}
.footer{
min-height:50px;
background:#34495e;
color:white;