Оцените код пожалуйста. Испытание 18/18 100%

Здравствуйте гуру вёрстки. Сделал задание на 100%, но нету кратности в 3 блоках. Хотелось бы узнать почему :thinking:

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;
}

.post-title {
position: absolute;
left: 75px;
font-size: 20px;
color: #2980b9;
}

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

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

.post-author {
position: absolute;
top: 29px;
left: 75px;
}

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

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

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

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

.post-stats .icon-tags {
background: url(“images/post-challenge.png”) no-repeat 0 0;
}

.post-stats .icon-comments {
background: url(“images/post-challenge.png”) no-repeat -20px 0;
}

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

[18/18] Испытание: анонс поста - 100% и пошаговое решение