html,
body {
margin: 0;
padding: 0;
font-family: “Arial”, sans-serif;
}
body {
min-width: 550px;
min-height: 250px;
padding: 10px;
}
.cards {
width: 518px;
}
.cards li::before {
font-family: “Courier”, monospace;
}
.cards li {
margin-left: -15px;
}
.cards li:nth-of-type(n):not(.nine) {
width: 36px;
height: 54px;
}
.nine.diamond, .nine.heart, .nine.club, .nine.spade {
margin-right: 30px;
margin-left: 15px;
}
.cards:first-of-type li:last-of-type {background-color:#0099ff}
li:nth-of-type(2) {background-color: #ff3300;}
.cards:nth-of-type(2) li:nth-of-type(2) {background-color: #ffffff;}
.cards:nth-of-type(2) li:nth-of-type(3) {
background-color: #0099ff;
}
.cards:nth-of-type(2) li:nth-of-type(5) {
background-color: #0099ff;
}
.cards:nth-of-type(3) li:nth-of-type(6n-11) {
background-color: #0099ff;
}
.cards:nth-of-type(4) li:nth-of-type(3n) {
background-color: #339933;
}