8
Kalvin
7y

Sometimes I get amazed about how CSS allows this kind of things:

.searchandfilter ul li:nth-child(1) ul li:nth-child(1) {
display: none;
}

Comments
Add Comment