addyosmani / addyosmani/backbone-fundamentals
Exercise #1 - Incorrect CSS file
オープン
- 主要言語
- Rich Text Format
- スター
- 9.2k
- フォーク
- 1.4k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。