18/18 Посмотрите, пожалуйста,что не так? 98%

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 {
color: #2980b9;
font-size: 20px;
margin-bottom: 5px;
}

.post-date {
background: #ffffff;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
font-weight: bold;
font-size: 15px;
position: absolute;
top: 0px;
left: 0px;
color: #7f8c8d;
vertical-align: middle;
text-align: center;
line-height: 55px;
}

.post-type {
width: 55px;
height: 55px;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
position: absolute;
top: 70px;
left: 0px;
border-bottom: 5px solid #bdc3c7;
}

.post-author {
color: #7f8c8d;
}

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

.post-stats {
display: inline-block;
margin-right: 10px;
padding-left: 20px;
margin-top: 5px;
}

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

.post-stats .icon-tags {
background: url("/assets/course14/post-challenge.png") no-repeat 0 0;
left: 75px;
}

.post-stats .icon-comments {
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0;
right: 35px;
}

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

.post-text {
width: 165px;
background: #ffffff;
padding: 10px 15px;
border-bottom: 5px solid #bdc3c7;
color: #7f8c8d;
}

.icon-comments не встает, по моему коду могу поставить ее на место, но тогда кратности не будет

Для .post-stats допишите position: relative; Тогда координаты можно будет подобрать, чтобы соблюдалось правило кратности пяти.

Спасибо) Сразу на место встало))