Здравствуйте. Помогите пожалуйста поставить элементы с классом post-stats на свое место. .post-title,
.post-author, .post-text сдвинул, чтобы не мешали.
`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-title {
font-size: 20px;
color: #2980b9;
}
.post-date {
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
font-size: 15px;
color: #7f8c8d;
font-weight: bold;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
vertical-align: middle;
}
.post-type {
background: url("/assets/course14/quotes.png") no-repeat 15px 15px;
width: 55px;
height: 55px;
line-height: 55px;
background-color: #7f8c8d;
border-bottom: 5px solid #bdc3c7;
margin-top: 10px;
}
.post-author{
top: 80px;
}
.post-stats div {
display: inline-block;
position: relative;
}
.post-stats .icon {
width: 15px;
height: 15px;
background-image: url("/assets/course14/post-challenge.png");
background-repeat: no-repeat;
}
.icon-tags {
background-position: 0 0;
}
.icon-comments {
background-position: -20px 0;
}
.post a {
text-decoration: none;
color: #2980b9;
}
.post-text {
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
padding: 10px 20px 20px 15px;
width: 165px;
height: 90px;
top: 110px;
}
.post-title,
.post-author,
.post-text {
position: absolute;
left: 285px; /left: 85px;/
}
`