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 {
position: relative;
padding-left: 75px;

}
a {
text-decoration: none;
color: #2980b9;
}
.post-stats .icon {
width: 15px;
height: 15px;
background-image: url("/assets/course14/post-challenge.png");
position: absolute;
left: 0;
}
.post-title {
color: #2980b9;
font-size: 20px;
}
.post-date {
font-size: 15px;
font-weight: bold;
background-color: #ffffff;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 0;
left: 0;
text-align: center;
line-height: 55px;
}
.post-author {
margin-top: 5px;
}
.post-stats {
display: inline-block;
padding-left: 20px;
position: relative;
margin: 5px 10px 0px 0px;

}
.icon-tags {
background-position: 0 0;
position: absolute;

}
.icon-comments {
background-position: 20px 0;
position: absolute;

}
.post-type {
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat center;
position:absolute;
top:70px;
left: 0;
width:55px;
height:55px;
border-bottom: 5px solid #bdc3c7;
}
.post-text {
width: 170px;
background-color: #ffffff;
padding: 10px 10px 10px 15px;
border-bottom: 5px solid #bdc3c7;
}

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

Координату top лучше задать тоже.
В остальном код хороший.

Спасибо

Поправил.

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 {
position: relative;
padding-left: 75px;

}
a {
text-decoration: none;
color: #2980b9;
}
.post-stats .icon {
width: 15px;
height: 15px;
background-image: url("/assets/course14/post-challenge.png");
position: absolute;
left: 0;
top: 0;
}
.post-title {
color: #2980b9;
font-size: 20px;
}
.post-date {
font-size: 15px;
font-weight: bold;
background-color: #ffffff;
width: 55px;
height: 55px;
border-bottom: 5px solid #bdc3c7;
position: absolute;
top: 0;
left: 0;
text-align: center;
line-height: 55px;
}
.post-author {
margin-top: 5px;
}
.post-stats {
display: inline-block;
padding-left: 20px;
position: relative;
margin: 5px 10px 0px 0px;

}
.icon-tags {
background-position: 0 0;

}
.icon-comments {
background-position: 20px 0;

}
.post-type {
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat center;
position:absolute;
top:70px;
left: 0;
width:55px;
height:55px;
border-bottom: 5px solid #bdc3c7;
}
.post-text {
width: 170px;
background-color: #ffffff;
padding: 10px 10px 10px 15px;
border-bottom: 5px solid #bdc3c7;
}

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

1 лайк