File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
foundations/intro-to-css/01-css-methods Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ The properties you need to add to each element are:
17
17
18
18
19
19
### 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?
You can’t perform that action at this time.
0 commit comments