Мастерская: декоративные элементы / Испытание: анонс поста [18/18] 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-stats .icon {
width: 15px;
height: 15px;
}

.post .post-title {
font-size: 20px;
margin-left: 75px;
margin-bottom: 0px;
color: #2980b9;
}

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

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

.post-author {
margin-left: 75px;
margin-top: 5px;
}

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

.post-stats {
display: inline-block;
position: relative;
left: 95px;
top: 5px;
}

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

.post-stats a:nth-child(3) {
margin-right: 30px;
}

.post-stats .icon-tags {
position: absolute;
left: -20px;
background: url("/assets/course14/post-challenge.png") 0 0;

}

.post-stats .icon-comments {
position: absolute;
left: -20px;
background: url("/assets/course14/post-challenge.png") no-repeat 80% 45%;
}

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