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;
background-image: url("/assets/course14/post-challenge.png");
display: inline-block;
position:relative;
right:-70px;
bottom:98px;
margin-right:-5px;
}
.post-date{
width: 55px;
height:55px;
background:#ffffff;
background-position:;
border-bottom: 5px solid #bdc3c7;
font-size: 16px;
text-align: center;
line-height: 3em;
}
.post-title{
font-size: 20px;
color: #2980b9;
position:relative;
right:-70px;
bottom:-20px;
}
.post-text{
width: 165px;
height: 90px;
background:#ffffff;
border-bottom: 5px solid #bdc3c7;
padding:15px;
position:relative;
right:-70px;
bottom:100px;
}
.post-type{
width: 55px;
height:55px;
background:#7f8c8c url("/assets/course14/quotes.png") no-repeat 50% 50%;
border-bottom: 5px solid #bdc3c7;
margin-top: 10px;
}
.post-author{
position:relative;
right:-70px;
bottom:105px;
}
.post-author a{
color: #2980b9;
text-decoration: none;
}
.post-stats > a{
color: #2980b9;
text-decoration: none;
position:relative;
right:-75px;
bottom:100px;
}
.post-stats{
display: inline-block;
margin-right:15px;
}
.icon-comments {
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0;
}
где допущена ошибка,с виду все сделано почти верно
/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка «кавычки» выровнена по центру
*/