p:last-child {
	background-color:yellow;
}

h6:nth-last-child(2){
	background-color:orange;	
}

.wiersz:nth-child(odd) {
	background-color:green;
}

.wiersz:nth-child(2) {
	background-color:pink;
}