как немного доделав мой код выполнить на 100% задание [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;
}
a {
color: #2980b9;
text-decoration: none;
}
.post .post-title {
color: #2980b9;
font-size: 20px;
padding-bottom: 10px;
}
.post .post-author,.post-stats,.post-title {
padding-left: 75px;
}
.post .post-text {
padding: 15px;
background-color: white;
border-bottom: 5px solid #bdc3c7;
width: 170px;
margin-left: 75px;
}

.icon {
width: 15px;
height: 15px;
}
.icon-tags {
background: url("/assets/course14/post-challenge.png") 0px 0px no-repeat;
}
.icon-comments {
background: url("/assets/course14/post-challenge.png") -20px 0px no-repeat;
}
.post-date {
background: white;
height: 55px;
width: 55px;
border-bottom: 5px solid #bdc3c7;
color: #7f8c8d;
font-size: 15px;
font-weight: bold;
line-height: 55px;
text-align: center;
position:absolute;
top: 50px;
}
.post-type {
background: url("/assets/course14/quotes.png") #7f8c8d no-repeat 50% 50%;
height: 55px;
width: 55px;
border-bottom: 5px solid #bdc3c7;
position:absolute;
top: 120px;
}

добавил display:inline-block; в .icon


стало так, осталось объединить в одну строчку
проще конечно в html объединить

в один, но мы же не трогаем его)

.post-stats в одну строку не встанут, потому что у каждого из них отступ слева 75px.

1 лайк