Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active March 1, 2021 11:31
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 vanaf1979/c2dd45abad9587e84a1a394b647b8a2e to your computer and use it in GitHub Desktop.
Save vanaf1979/c2dd45abad9587e84a1a394b647b8a2e to your computer and use it in GitHub Desktop.
.box {
width: 200px;
height: 150px;
background-color: hsl(222, 99%, 38%);
transition: all 0.2s ease-out;
}
.box.active {
background-color: hsl(222, 99%, 58%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment