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
I'm not sure if it's my code or an actual error.
After I test out the application (page 42), I browse to https://localhost:44305/todo but when I check the todo done box, I only get this:
Here the lines added to site.css div.todo-panel { margin-top: 15px; } table tr.done { text-decoration: line-through; color: #888; }
Here is my Index.cshtml:
`@model TodoViewModel
@{
ViewData["Title"] = "Manage your to-do list";
}
I'm not sure if it's my code or an actual error.
After I test out the application (page 42), I browse to https://localhost:44305/todo but when I check the todo done box, I only get this:
Here the lines added to site.css
div.todo-panel { margin-top: 15px; } table tr.done { text-decoration: line-through; color: #888; }
Here is my Index.cshtml:
`@model TodoViewModel
@{
ViewData["Title"] = "Manage your to-do list";
}
The text was updated successfully, but these errors were encountered: