odin-css-exercises/animation/01-button-hover/README.md
2022-01-12 13:39:47 -06:00

312 B

Button Hover

Use a transition to scale the button when you hover your mouse over it.

Desired Outcome

outcome

Self Check

  • Does the button grow when you hover it?
  • Do other properties of the button remain unchanged?
  • Does the :hover pseudo-class trigger the transition?