odin-default-css-exercises/animation/01-button-hover
Cody Loyd 43e93bc9d4 update animation1 2022-01-12 13:39:47 -06:00
..
solution update animation1 2022-01-12 13:39:47 -06:00
README.md update animation1 2022-01-12 13:39:47 -06:00
desired-outcome.gif update animation1 2022-01-12 13:39:47 -06:00
index.html Add button-hover exercise 2021-10-17 17:10:16 +01:00
style.css update animation1 2022-01-12 13:39:47 -06:00

README.md

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?