Skip to content

Commit 233721b

Browse files
committed
01-css-methods: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent fe95b46 commit 233721b

File tree

1 file changed

+5
-5
lines changed
  • foundations/intro-to-css/01-css-methods

1 file changed

+5
-5
lines changed

foundations/intro-to-css/01-css-methods/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The properties you need to add to each element are:
1717

1818

1919
### Self Check
20-
- Did you use all three methods of adding CSS to an HTML file?
21-
- Did you properly link the external CSS file in the HTML file?
22-
- Does the `div` element have CSS added via the external method?
23-
- Does the `p` element have CSS added via the internal method?
24-
- Does the `button` element have CSS added via the inline method?
20+
- [ ] Did you use all three methods of adding CSS to an HTML file?
21+
- [ ] Did you properly link the external CSS file in the HTML file?
22+
- [ ] Does the `div` element have CSS added via the external method?
23+
- [ ] Does the `p` element have CSS added via the internal method?
24+
- [ ] Does the `button` element have CSS added via the inline method?

0 commit comments

Comments
 (0)