addyosmani / addyosmani/backbone-fundamentals

Exercise #1 - Incorrect CSS file

Open
#691 1 comment 0 reactions 0 assignees View on GitHub
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.)

![index-css](https://cloud.githubusercontent.com/assets/14206042/11202434/0e549830-8c9d-11e5-8c79-cdff566d8a18.jpg)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.