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-title {
font-size: 20px;
color: #2980b9;
}
.post-date,
.post-type{
position: absolute;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
left: 0px;

}
.post-date{
background-color:#ffffff;
top:0;
font-size: 15px;
font-weight: bold;
text-align:center;
line-height: 55px;
}
.post-type {
background-color:#7f8c8d;
top: 70px;
background-image: url("/assets/course14/quotes.png");
background-repeat: no-repeat;
background-position: 50% 50%;
}
a {
color: #2980b9;
text-decoration: none;
}

.post-author {
margin-top: 5px;
}

.post-stats {
display: inline-block;
padding-left: 20px;
margin-top:5px;
position: relative;
margin-right: 10px;
}
.post-stats .icon {
width: 15px;
height: 15px;
background-image: url("/assets/course14/post-challenge.png");
background-repeat:no-repeat;
position: absolute;
}

.icon-tags {
background-position: 0 0;
left: 0px;
}
.icon-comments {
background-position: -20px 0;
left: 0px;
}
.post-text {
width: 165px;
background-color: #ffffff;
padding: 10px 15px;
border-bottom: 5px solid #bdc3c7;
}