Skip to content

Commit 3430ec7

Browse files
committed
01-button-hover: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent f04fe66 commit 3430ec7

File tree

1 file changed

+3
-3
lines changed
  • advanced-html-css/animation/01-button-hover

1 file changed

+3
-3
lines changed

advanced-html-css/animation/01-button-hover/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Use a transition to scale the button when you hover your mouse over it.
77
![outcome](./desired-outcome.gif)
88

99
### Self Check
10-
- Does the button grow when you hover it?
11-
- Do other properties of the button remain unchanged?
12-
- Does the `:hover` pseudo-class trigger the transition?
10+
- [ ] Does the button grow when you hover it?
11+
- [ ] Do other properties of the button remain unchanged?
12+
- [ ] Does the `:hover` pseudo-class trigger the transition?

0 commit comments

Comments
 (0)