"Анонс поста" 100%. Без подсказок не обошлось)

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post {
position: relative;
padding-left: 75px;
}

.post-stats {
position: relative;
display: inline-block;
padding-left: 20px;
padding-right: 10px;
}

.post-stats .icon {
position: absolute;
width: 15px;
height: 15px;
background: url(“post-challenge.png”) no-repeat;
left: 0;
top: 0;
}

.post-stats a {
color: #2980b9;
text-decoration: none;
}

.post-stats .icon-tags {
background-position: 0 0;
}

.post-stats .icon-comments {
background-position: -20px 0;
}

.post-title {
font-size: 20px;
color: #2980b9;
}

.post-date {
position: absolute;
top: 0;
left: 0;
width: 55px;
height: 55px;
text-align: center;
font-weight: bold;
font-size: 15px;
line-height: 55px;
color: #7f8c8d;
border-bottom: 5px solid #bdc3c7;
background-color: #fff;
}

.post-type {
position: absolute;
top: 70px;
left: 0;
width: 55px;
height: 55px;
color: #fff;
border-bottom: 5px solid #bdc3c7;
background: #7f8c8d url(“quotes.png”) no-repeat 50% 50%;
}

.post-author {
margin-top: 5px;
margin-bottom: 5px;
}

.post-author a {
text-decoration: none;
color: #2980b9;
}

.post-text {
padding: 10px 15px;
width: 165px;
border-bottom: 5px solid #bdc3c7;
background-color: #fff;
}

1 лайк