Ok. One more help, in the below CSS Code:
[data-test="card-item"] .bottom-area {
background-color: gold;
If I want some nth item to be only gold, let's say the 3rd item to be gold, what will be the code?
Ok. One more help, in the below CSS Code:
[data-test="card-item"] .bottom-area {
background-color: gold;
If I want some nth item to be only gold, let's say the 3rd item to be gold, what will be the code?