Оцените код, пожалуйста (9/20)

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;
}

li:not(.nine) {
width: 36px;
height: 54px;
}

li:nth-of-type(4) {
margin-right: 30px;
margin-left: 15px;
}

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

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

.cards:last-of-type li:nth-of-type(3n+0) {
background-color: #339933;
}

Без нуля никак?)

    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:nth-of-type(n):not(:nth-of-type(4)):not(:first-of-type) {
    margin-left: -15px;
}

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

li:nth-of-type(4) {
    margin-right: 30px;
    margin-left: 15px;
}

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

.seven:not(.club) {
    background-color: #ff3300;
}

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

System.out.println("Hello Ineska, please check me. Your JVM");

А что это значит?

https://www.w3schools.com/cssref/sel_nth-of-type.asp

=====>

The :nth-of-type(n) selector matches every element that is the nth child, of a particular type, of its parent.

n can be a number, a keyword, or a formula.

Это понятно. Но если выбирается каждый элемент, то разве не проще написать только li?

Ну мы ж отрабатывали селекторы. Вот и юзанул то что юзанул)

А на самом деле затупил сначала, а сейчас придумываю отмазку. ))

1 лайк