Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.css Secret

Created August 11, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/86e4d2df4e7a35983b9939eb7b5d3dd6 to your computer and use it in GitHub Desktop.
Save creyn/86e4d2df4e7a35983b9939eb7b5d3dd6 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : CSS selektor pseudo klasa
img.active:hover {
/* dodatkowy filtr elementu, teraz chcemy zeby byl kolorowy */
filter: grayscale(0%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment