Испытание 18/18 100% Вопрос

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

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Ардеса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка “кавычки” выровнена по центру
*/

.post {
position: relative;
}

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

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

.post .post-date {
display: inline-block;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
background: white;
position: absolute;
top: 0;
font-size: 15px;
font-weight: bold;
line-height: 55px;
text-align: center;
}

.post .post-type {
display: block;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 70px;
background: #7f8c8d url(’/assets/course14/quotes.png’) no-repeat center center;
}

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

.post .post-text {
margin-left: 75px;
width: 165px;
background: white;
padding: 10px 15px;
border-bottom: 5px solid #bdc3c7;
}

.post .post-stats {
margin-left: 75px;
display: inline-block;
position: relative;
margin-top: 1px;
left: 2px;
}

.post .icon {
width: 15px;
height: 15px;
display: inline-block;
position: relative;
top: 4px;
left: -2px;
background: url(’/assets/course14/post-challenge.png’) no-repeat;
}

.post .icon-comments {
margin-left: 14px;
background-position: -20px 0;
display: inline-block;
}

.post .post-comments {
display: inline-block;
}

https://yadi.sk/i/o9CfCE2WyYa5J
https://yadi.sk/i/Tkd5X_fQyYa6m

Если быстро менять картинки, то видно, что шрифт у слов “интенсив” и “программа” меняются немного - буквы вытягиваются, сжимаются и т.д.

P.S. После стольких попыток исправить, не слишком удивлюсь, если это меня мой комп троллит, раз только у меня так =))

Да, есть проблема. Но это из-за неправильного оформления. У вас из-за отступа 75px второй .post-stats переносится.