32/32! Я не понимаю как исправить текст!

html,
body {
margin: 0;
padding: 0;
}

body {
width: 450px;
height: 300px;
font-size: 0px;
font-family: “Arial”, sans-serif;
margin: 14px 0px 0px 8px;
}

.gallery {
padding-top: 10px;
}

.gallery .item {
width: 125px;
margin: 0px 10px;
margin-bottom: 10px;
display: inline-block;
}

.gallery .item:nth-child(n+4):not(:last-child) {
margin-left: 82px;
}

.gallery .title {
margin-bottom: 5px;
line-height: 14px;
font-size: 11px;
}

.gallery .frame {
background-color: #ecf0f1;
border: 1px solid black;
padding-top: 10px;
}

.gallery .image {
height: 70px;
background-repeat: no-repeat;
background-position: 50% 50%;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

.gallery .image-1 {
background-color: #2ecc71;
background-image: url(“cat_box.png”);
}

.gallery .image-2 {
background-color: #3498db;
background-image: url(“cat_fish.png”);
}

.gallery .image-3 {
background-color: #f1c40f;
background-image: url(“cat_purr.png”);
}

.gallery .image-4 {
background-color: #e67e22;
background-image: url(“cat_walk.png”);
}

.gallery .image-5 {
background-color: #e74c3c;
background-image: url(“cat_drunk.png”);
}

.gallery .date {
font-size: 11px;
color: #666666;
font-style: italic;
padding: 5px;
}

body {

font-size: 0px; /* лучше перенести в .gallery */
margin: 14px 0px 0px 8px;
}

.gallery {

text-align: center; /* добавьте */
}

.gallery .item {

text-align: left; /* добавьте */
}

.galle ry .item:nth-child(n+4):not(:last-child) {
margin-left: 82px;
}

.gallery .title {

font-size: 11px 12px;
}

2 лайка

Спасибо, но я до вашего ответа сумел понять что сделал не так. Ещё раз спасибо!