diff --git a/3-terrarium/2-intro-to-css/.github/pre-lecture-quiz.md b/3-terrarium/2-intro-to-css/.github/pre-lecture-quiz.md index 39d1ba56..29fa3371 100644 --- a/3-terrarium/2-intro-to-css/.github/pre-lecture-quiz.md +++ b/3-terrarium/2-intro-to-css/.github/pre-lecture-quiz.md @@ -4,15 +4,15 @@ Complete this quiz in class 1. HTML elements must have either a class or an id in order to be styled -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false 2. CSS stands for 'Complete Style Sheets' -- [ ] [true] -- [ ] [false] +- [ ] true +- [ ] false 3. CSS can be used to create animations -- [ ] [true] -- [ ] [false] \ No newline at end of file +- [ ] true +- [ ] false