18/18 не получается(

Здравствуйте.

Вот что-то такое накрутила.

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-title
{
color: #2980b9;
font-size: 20px;
margin-left: 75px;
}
.post-author
{
margin-left: 60px;
}
.post-stats
{
margin-left: 60px;
}
.post-text
{
width: 180px;
background: #ffffff;
margin-left: 60px;
padding: 10px 15px 10px 15px;
border-bottom: 5px solid #bdc3c7;
}
.post-date
{
width: 55px;
background: #ffffff;
height: 55px;
font-weight: bold;
border-bottom: 5px solid #bdc3c7;
text-align: center;
margin-top: 0px;
}
.post-type
{
background: url("/assets/course14/quotes.png") no-repeat 15px #7f8c8d;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
}

Для .post-date и .post-type используйте абсолютное позиционирование.