Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise #1 - Incorrect CSS file #691

Open
ThumbSnail opened this issue Nov 17, 2015 · 1 comment
Open

Exercise #1 - Incorrect CSS file #691

ThumbSnail opened this issue Nov 17, 2015 · 1 comment

Comments

@ThumbSnail
Copy link

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

It's because that CSS file is using class selectors (ex: .todo-list) but all the code is based around ids: (ex: #todo-list).

@christianesperar
Copy link
Contributor

This cover on pr #696

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants