Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants