Co to jest stan skupienia w CSS

/* Selects any <input> when focused */
input:focus {
  color: red;
}
Awful Aardvark