Испытание: первая раскладка. Как-то так, хотелось бы получить отзыв о правильности кода)

html,
body {
margin: 0;
padding: 0;
font-family: “Arial”, sans-serif;
}

body {
min-width: 550px;
min-height: 250px;
padding: 10px;
}

.cards {
width: 500px;
}

.cards li::before {
font-family: “Courier”, monospace;
}

li:not(.nine):not(:first-of-type) {
margin-left: -15px;
}

.cards li:not(:nth-of-type(4)){
width: 36px;
height: 54px;
}

.nine:not(.cards){
margin-right: 30px;
margin-left: 15px;
}

ul:not(:last-of-type) .diamond:not(:nth-of-type(4)){
background-color: #0099ff;
}

ul:not(:nth-of-type(2)) li:nth-of-type(2){
background-color: #ff3300;
}

ul:last-of-type li:nth-last-of-type(3n-2) {
background-color: #339933;
}