Мастерская: декоративные элементы, может кому то пригодится.

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-stats .icon {
position: absolute;
width: 15px;
height: 15px;
}

.post {
position: relative;
width: 220px;
margin-left: 75px;
}

.post-title {
margin-bottom: 5px;

font-size: 20px;
color: #2980b9;
}

.post-date {
position: absolute;
width: 55px;
height: 55px;
top: 0;
left: -75px;

line-height: 55px;
text-align: center;
vertical-align: middle;
font-size: 15px;
font-weight: bold;
color: #7f8c8d;

background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
}

.post-type {
position: absolute;
width: 55px;
height: 55px;
top: 70px;
left: -75px;

background-color: #7f8c8d;
background-image: url(“quotes.png”);
background-repeat: no-repeat;
background-position: 50% 50%;
border-bottom: 5px solid #bdc3c7;
}

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

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

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

.post-stats .icon {
position: absolute;
width: 15px;
height: 15px;
}

.icon-tags {
top: 0;
left: -20px;
background-image: url(“post-challenge.png”);
background-repeat: no-repeat;
background-position: 0 0;
}

.icon-comments {
top: 0;
left: -20px;
background-image: url(“post-challenge.png”);
background-repeat: no-repeat;
background-position: -20px 0;
}

.post-text {
width: 170px;
padding-top: 10px;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 10px;

border-bottom: 5px solid #bdc3c7;
background-color: #ffffff;
}
/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
quotes.png
post-challenge.png
Картинка «кавычки» выровнена по центру
*/