odin-default-css-exercises/animation/01-button-hover
conor 1771e1d86e Add button-hover exercise 2021-10-17 17:10:16 +01:00
..
solution Add button-hover exercise 2021-10-17 17:10:16 +01:00
README.md Add button-hover exercise 2021-10-17 17:10:16 +01:00
desired-outcome.gif Add button-hover exercise 2021-10-17 17:10:16 +01:00
index.html Add button-hover exercise 2021-10-17 17:10:16 +01:00
style.css Add button-hover exercise 2021-10-17 17:10:16 +01:00

README.md

Button Hover

Use a transition to increase the font-size property of the button when you hover your mouse over it.

Desired Outcome

outcome

Self Check

  • Does the font-size property change to increase the size?
  • Do other properties of the button remain unchanged?
  • Does the :hover pseudo-class trigger the transition?