Испытание: анонс поста [18/18]100% Правильно, ли я код написал

html,
body {
margin: 0;
padding: 0;
}
a{ text-decoration: none;
color: #2980b9;
}
body {
width: 280px;
min-height: 250px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #fff;
}
.post{
padding: 50px 10px;
width: 280px;
height: 200px;
background:#ecf0f1;

}
.post-stats .icon {
width: 15px;
height: 15px;
}
.post-title{
font-size: 20px;
margin-left: 75px;
color: #2980b9;

}
.post-date {
width: 55px;
height: 55px;
background : #ffffff;
text-align: center;
margin-top: -24px;
font-size: 15px;
font-weight: bold;
border-bottom: 5px solid #bdc3c7;
line-height: 55px;
}
.post-type{
margin-top: 10px;
width: 55px;
height: 55px;
background:#7f8c8d url(/assets/course14/quotes.png) no-repeat;
background-position: 50% 50%;
border-bottom: 5px solid #bdc3c7;
}
.post-author{
margin-left: 75px;
margin-top: -101px;
margin-bottom: 5px;
}
.post-stats{
position: relative;
display: inline-block;
left: 75px;
margin-left: 20px;
margin-right: 10px;
}
.post-stats .icon {
position: absolute;
top: 0;
left: -20px;
width: 15px;
height: 15px;
background: url("/assets/course14/post-challenge.png") no-repeat;
}
.post-stats .icon-tags {
background-position: 0px 0;
}
.post-stats .icon-comments {
background-position: -20px 0;
}
.post-text {
background: #fff;
border-bottom:5px solid #bdc3c7;
padding: 10px 15px;
width: 165px;
margin-left: 75px;

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


вернул body

html,
body {
margin: 0;
padding: 0;
}
a{ text-decoration: none;
color: #2980b9;
}
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-title{
font-size: 20px;
margin-left: 75px;
color: #2980b9;

}
.post-date {
width: 55px;
height: 55px;
background : #ffffff;
text-align: center;
margin-top: -24px;
font-size: 15px;
font-weight: bold;
border-bottom: 5px solid #bdc3c7;
line-height: 55px;
}
.post-type{
margin-top: 10px;
width: 55px;
height: 55px;
background:#7f8c8d url(/assets/course14/quotes.png) no-repeat;
background-position: 50% 50%;
border-bottom: 5px solid #bdc3c7;
}
.post-author{
margin-left: 75px;
margin-top: -101px;
margin-bottom: 5px;
}
.post-stats{
position: relative;
display: inline-block;
left: 75px;
margin-left: 20px;
margin-right: 15px;
}
.post-stats .icon {
position: absolute;
left: -20px;
background: url("/assets/course14/post-challenge.png") no-repeat;
}
.post-stats .icon-tags {
background-position: 0px 0;
}
.post-stats .icon-comments {
background-position: -20px 0;
}
.post-text {
background: #fff;
border-bottom:5px solid #bdc3c7;
padding: 10px 15px;
width: 165px;
margin-left: 75px;

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

В вашем коде не должно быть никаких отрицательных отступов и координат.