This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-css-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-css-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f50e1e6216
odin-default-css-exercises
/
animation
/
01-button-hover
History
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
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?