впишите текст сюда; также, отключить форматирование текста можно, начав строку с четырех пробелов
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 {
position: relative;
margin-left: 75px;
margin-top: 0px;
margin-right: 10px;
width: 250px;
}
.post-title {
color: #2980b9;
font-size: 20px;
width: 220px;
margin-bottom: 5px;
}
.post-date {
width: 55px;
height: 55px;
background: #ffffff;
font-weight: bolder;
font-size: 15px;
color: #7f8c8d;
text-align: center;
line-height: 55px;
border-bottom: solid #bdc3c7 5px;
position: absolute;
left: -75px;
top: 0px;
}
.post-type {
width: 55px;
height: 55px;
background: #7f8c8d url(/assets/course14/quotes.png) no-repeat;
background-position: 50% 50%;
position: absolute;
left: -75px;
top: 70px;
border-bottom: solid #bdc3c7 5px;
}
.post-author {
margin-bottom: 0px;
}
.post a {
color: #2980b9;
text-decoration: none;
}
.icon{
background: url(/assets/course14/post-challenge.png);
}
.post-stats {
display: inline-block;
margin-left: 0px;
margin-right: -10px;
vertical-align: middle;
}
.icon-tags {
background-position: 0px 0px;
position: relative;
display: inline-block;
}
.icon-comments {
background-position: 20px 0px;
display: inline-block;
margin-left: 20px;
}
.post-text {
background: #ffffff;
padding: 10px;
padding-left: 15px;
width: 165px;
color: #bdc3c7;
border-bottom: solid #bdc3c7 5px;
}