Skip to content

Commit 3725052

Browse files
Remove restriction on using CSS from forms readme. (#1169)
1 parent e2a10ab commit 3725052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Do not write a form action for this project.
3030

3131
Let's write out our testable criteria. Check each one off as you complete it.
3232

33-
- [ ] I have used HTML only.
34-
- [x] I have not used any CSS or JavaScript.
33+
- [ ] I have only used HTML and CSS.
34+
- [ ] I have not used any JavaScript.
3535

3636
### HTML
3737

0 commit comments

Comments
 (0)