Target state 

.tile {
  background-color: #CCC;
}

.tile:target {
  background-color: #9C9;
}