94% 18/18 (

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;
    margin-bottom: 5px;
}

.post-date {
    width: 55px;
    height: 60px;
    background-color: #ffffff;
    border-bottom: 5px solid #bdc3c7;
    color: #7f8c8d;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
}

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

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

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

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

.post-stats,
.icon-tags,
.icon-comments {
    display: inline-block;
    vertical-align: bottom;
}

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

.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;
    margin-left: 10px;  
}

.post-text {
    width: 170px;
    min-height: 80px;
    padding: 10px;
    padding-left: 15px;
    background-color: #ffffff;
    border-bottom: 5px solid #bdc3c7;
}


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

Иконки в блоках post-stats позиционируются абсолютно.