Прошу оценить код, какие будут замечания, как его можно еще оптимизировать?
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 {
color: #2980b9;
font-size: 20px;
margin-left: 75px;
}
.post-date,
.post-type {
position: absolute;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
}
.post-date {
top: 0px;
font-size: 15px;
font-weight: bold;
text-align: center;
line-height: 55px;
vertical-align: middle;
background: #ffffff;
}
.post-type {
top: 70px;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
}
.post-author {
margin-left: 75px;
padding: 5px 0;
}
.post-author a {
color: #2980b9;
text-decoration: none;
}
.post-stats {
display: inline-block;
position: relative;
left: 95px;
margin-right: 30px;
}
.post-stats a{
color: #2980b9;
text-decoration: none;
}
.post-stats .icon {
width: 15px;
height: 15px;
position: absolute;
left: -20px;
}
.post-stats .icon-tags {
background: url("/assets/course14/post-challenge.png") no-repeat;
}
.post-stats .icon-comments {
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0;
}
.post-text {
width: 165px;
padding: 10px 15px;
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
margin-left: 75px;
}