addyosmani / addyosmani/backbone-fundamentals
Exercise #1 - Incorrect CSS file
Open
- Dominant language
- Rich Text Format
- Stars
- 9.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The CSS file linked to in Exercise 1 yields the following look. (And renders actions like deleting a ToDo impossible since there's no delete button to click on.)

It's because that CSS file is using class selectors (ex: .todo-list) but all the code is based around ids: (ex: #todo-list).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.