анонс поста. 18/18 99% Помогите дойти до 100%))))

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

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post-stats .icon {
width: 15px;
height: 15px;
}

.post {
position: relative;
padding: 0 0 0 75px;
}
.post-title {
font-size: 20px;
color: #2980b9;
margin-bottom: 5px;
}
.post-date {
position: absolute;
top: 0px;
left: 0px;
font-size: 15px;
font-weight: bold;
padding: 19px 0 0 0;
text-align: center;
color: #7f8c8d;
background: #ffffff;
width: 55px;
height: 36px;
border-bottom: 5px solid #bdc3c7;
}
.post-type {
position: absolute;
top: 70px;
left: 0px;
background: url(“quotes.png”) no-repeat 50% 50% #7f8c8d;
width: 55px;
height: 40px;
border-bottom: 5px solid #bdc3c7;
padding: 15px 0 0 0;
}
.post-author a {
text-decoration: none;
color: #2980b9;
}

.post-stats {
display: inline-block;
margin-top: 5px;
}
.post-stats .icon-tags {
display: inline-block;
vertical-align: top;
}

.post :nth-of-type(6) {
margin-left: 10px;
}
.post-stats .icon-comments {
display: inline-block;;
vertical-align: top;
}

.post-stats a {
vertical-align: top;
text-decoration: none;
color:#2980b9;
margin-left: 2px;
}
.post-stats a:nth-of-type(2) {
margin-left: 0px;
}

.icon-tags {
background: url(“post-challenge.png”) no-repeat 0 0;
}
.icon-comments {
background: url(“post-challenge.png”) no-repeat -20px 0;
}
.post-text {
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
padding: 10px 10px 10px 15px;
width:170px;
margin-top: -1px;
}

Переделал на 100%

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

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post-stats .icon {
width: 15px;
height: 15px;
}

.post {
position: relative;
padding: 0 0 0 75px;
}
.post-title {
font-size: 20px;
color: #2980b9;
margin-bottom: 5px;
}
.post-date {
position: absolute;
top: 0px;
left: 0px;
font-size: 15px;
font-weight: bold;
text-align: center;
color: #7f8c8d;
background: #ffffff;
width: 55px;
height: 55px;
line-height: 55px;
border-bottom: 5px solid #bdc3c7;
}
.post-type {
position: absolute;
top: 70px;
left: 0px;
background: url(“quotes.png”) no-repeat 50% 50% #7f8c8d;
width: 55px;
height: 40px;
border-bottom: 5px solid #bdc3c7;
padding: 15px 0 0 0;
}
.post-author a {
text-decoration: none;
color: #2980b9;

}
.post-stats {
position: relative;
display: inline-block;
margin-top: 5px;
}
.post-stats .icon {
position: absolute;

}
.post :nth-of-type(5) {
margin-right: 10px;
}
.post-stats a {
color: #2980b9;
text-decoration: none;
}
.post-stats a:nth-of-type(1) {
margin-left: 20px;
}
.icon-tags {
background: url(“post-challenge.png”) no-repeat 0 0;
}
.icon-comments {
background: url(“post-challenge.png”) no-repeat -20px 0;
}
.post-text {
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
padding: 10px 10px 10px 15px;
width:170px;
}