Помогите пожалуйста, уже мозг взрывается. Если можно, желательно с пояснениями.
`
Испытание: анонс поста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 .post-title{
font-size:20px;
color:#2980b9;
padding-left:75px;
position:absolute;
}
.post .post-date{
font-size:15px;
font-weight:bold;
position:absolute;
margin-top:18px;
margin-left:9px;
z-index:2;
margin-bottom:
}
.post .post-type{
width:55px;
height:55px;
background-color:#fff;
border-bottom:5px solid #bdc3c7;
position:absolute;
}
.post .post-author{
padding-left:75px;
padding-top:30px;
margin-bottom:4px;
}
.post .post-author a{
text-decoration:none;
color:#2980b9;
}
.post .post-stats a{
text-decoration:none;
color:#2980b9;
}
.post-stats{
margin-left:95px;
position:absolute;
}
.post-stats .icon-tags{
width: 15px;
height: 15px;
background-image:url("/assets/course14/post-challenge.png");
background-repeat:no-repeat;
margin-left:-20px;
}
.post-stats .icon{
position:absolute;
}
.post-stats .icon-comments{
width:15px;
height:15px;
background-image:url("/assets/course14/post-challenge.png");
background-repeat:no-repeat;
background-position:-20px 0;
left:130px;
}
.post .post-text{
border-bottom:5px solid #bdc3c7;
width:170px;
margin-left:75px;
padding:10px;
background-color:#fff;
margin-top:20px;
}
/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Ардеса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка “кавычки” выровнена по центру
*/