18/18 На 100%.

Первое испытание(не считая самых первых), которое прошел на 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;
    margin-bottom: 5px;
}

.post-date, .post-type {
    width: 55px;
    height: 55px;
    border-bottom: 5px solid #bdc3c7;
    position: absolute;
    left: 0;
}

.post-date {
    top: 0;         
    text-align: center; 
    line-height: 55px;
    font-size: 15px; 
    font-weight: bold;
    background-color: #fff;  
}

.post-type {
    top: 70px; 
    background: url('/assets/course14/quotes.png')
        center no-repeat;
    background-color: #7f8c8d;    
     
}

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

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

.post-stats {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
}

.post-stats .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url('/assets/course14/post-challenge.png');
    background-repeat: no-repeat;
    top: 0;
    left: -20px;
}

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

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

.post-text {
    width: 165px;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 5px solid #bdc3c7;
}
1 лайк

background-color можно совместить с background

1 лайк