[18/18] 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-title {
font-size: 20px;
color: #2980b9;
position: relative;
left: 75px;
}

.post-author {
margin-bottom: 15px;
position: relative;
left: 75px;
bottom: 55px;
}

.post-author a,
.post-stats a {
text-decoration: none;
color: #2980b9;
}

.post-date {
position: relative;
bottom: 24px;
width: 55px;
height: 55px;
font-size: 15px;
font-weight: bold;
text-align: center;
line-height: 55px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
}

.post-type {
position: absolute;
background: #7f8c8d url(‘quotes.png’) no-repeat 50% 50%;
width: 55px;
height: 55px;
top: 120px;
border-bottom: 5px solid #bdc3c7;
}

.post-text {
background: #ffffff;
position: relative;
left: 75px;
bottom: 65px;
width: 170px;
padding: 10px 10px 10px 15px;;
border-bottom:5px solid #bdc3c7;
}

.post-stats {
display: inline-block;
padding-left: 20px;
padding-right: 10px;
position: relative;
bottom: 65px;
left: 75px;
}

.post-stats .icon {
background: url(‘post-challenge.png’);
width: 15px;
height: 15px;
position: absolute;
left: 0;
top: 0;
}

.post-stats .icon-tags {
background-position: 0 0;
}

.post-stats .icon-comments {
background-position: -20px 0;
}

Позиционируются только декоративные элементы. А у вас получились все декоративные, в том числе и текст.