You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: