diff --git a/MyProjects/ToDoList/index.html b/MyProjects/ToDoList/index.html index 1469417..82d60b9 100644 --- a/MyProjects/ToDoList/index.html +++ b/MyProjects/ToDoList/index.html @@ -26,7 +26,7 @@ .container { width: 100%; min-height: 100vh; - background: url(MyProjects/ToDoList/2.jpg) no-repeat center / cover; + background: url(2.jpg) no-repeat center / cover; /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(155, 15, 15, 1) 51%, rgba(0, 212, 255, 1) 100%); */ padding: 10px; display: flex;