|
|
||
|---|---|---|
| .. | ||
| solution | ||
| README.md | ||
| desired-outcome.gif | ||
| index.html | ||
| style.css | ||
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
Self Check
- Does the font-size property change to increase the size?
- Do other properties of the button remain unchanged?
- Does the
:hoverpseudo-class trigger the transition?
