Мастерская: декоративные элементы / Испытание: анонс поста[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 {
    width: 220px;
    position:relative;
    padding: 75px;
}
.post-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height; 55px;
    line-height: 55px;
    border-bottom: 5px solid #bdc3c7;
    background: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.post-type {
    position: absolute;
    top: 70px;
    left: 0;
    width: 55px;
    height: 55px;
    background: #7f8c8d;
    border-bottom: 5px solid #bdc3c7;
    background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
}
.post-title {
    position: relative;
    top: -75px;
    font-size: 20px;
    color: #2980b9;
    margin-bottom: 5px;
}
.post-author {
    position: relative;
    top: -75px;
}
.post a {
    color: #2980b9;
    text-decoration: none;
}
.post-stats {
    position: relative;
    top: -75px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 20px;
    
}
.post-stats .icon {
    position: absolute;
    left: -20px;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(/assets/course14/post-challenge.png) no-repeat;
}

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

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

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

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

Интересует правильность написания кода.