Испытание: анонс поста [18/18]100% Проверьте код плз

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}
.post{
position:relative;
padding-left: 75px;
}
.post .post-title{
font-size: 20px;
color: #2980b9;
margin-bottom: 5px;
}
.post .post-date{
position: absolute;
background: #fff;
font-size:15px;
font-weight: bold;
width: 55px;
height: 55px;
text-align:center;
margin-bottom: 5px;
line-height: 50px;
border-bottom: 5px solid #bdc3c7;
top:0;
left:0;
}
.post .post-type {
position: absolute;
height: 55px;
width:55px;
background:#7f8c8d url(/assets/course14/quotes.png) no-repeat 50% 50%;
left:0;
top: 70px;
border-bottom: 5px solid #bdc3c7;
}
.post-stats .icon {
width: 15px;
height: 15px;

}
.post a{
text-decoration: none;
color: #2980b9;
}
.post-stats {
display: inline-block;
padding-left: 20px;
position: relative;
margin: 5px 10px 0 0;
}
.icon {
left: 0;
position: absolute;
}
.icon-tags {
background: url(/assets/course14/post-challenge.png) no-repeat 0 0;
}
.icon-comments {
background: url(/assets/course14/post-challenge.png) no-repeat -20px 0;
}
.post-text{
width: 170px;
background-color: #ffffff;
padding: 10px 10px 10px 15px;
border-bottom: 5px solid #bdc3c7;
}

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка «кавычки» выровнена по центру
*/