Подскажите пожалуйста с последним испытанием.
Выполнил задание на 92%
Проблема с участком кода, где надпись должна быть в одну строку: “(иконка) интенсив, программа (иконка) 5”
Вот CSS (html не менял) :
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-title {
position: absolute;
left: 85px;
font-size: 20px;
color: #2980b9;
}
.post-date {
width: 55px;
height: 55px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
line-height: 55px;
font-size: 15px;
font-weight: bold;
text-align: center;
vertical-align: center;
}
.post-type {
width: 55px;
height: 55px;
margin-top: 10px;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
border-bottom: 5px solid #bdc3c7;
}
.post-stats {
display: inline-block;
}
.post-author {
font-size: 11px;
position: absolute;
top: 80px;
left: 85px;
}
.post-stats {
position: relative;
top: -80px;
left: 95px;
}
.post-author a, .post-stats a {
color: #2980b9;
text-decoration: none;
}
.post-stats .icon {
width: 15px;
height: 15px;
}
.icon-tags {
position: absolute;
left: -20px;
background: url("/assets/course14/post-challenge.png") no-repeat;
}
.icon-comments {
position: absolute;
left: 10px;
background: url("/assets/course14/post-challenge.png") no-repeat -20px 0;
}
.post-text {
position: absolute;
top: 115px;
left: 85px;
width: 170px;
padding: 10px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
}