Оцениет код, пожалуйста
article {
width: 470px;
display: table;
background: url(“img/wood.png”);
border: 5px solid #686868;
border-spacing: 15px;
text-align: center;
vertical-align: middle;
margin: 10px;
}
ul {
display: table-row;
}
li {
display: table-cell;
}
ul li {
border: 10px solid #686868;
padding-top: 20px;
padding-bottom: 20px;
}
ul:first-child > li {
background: url(“img/wall-1.png”);
}
ul:last-child > li {
background: url(“img/wall-2.png”);
}
ul li:first-child {
width: 110px;
}
ul li:nth-child(2) {
width: 90px;
}