From e857c56691b194f2b70d918d14a82510afb4d362 Mon Sep 17 00:00:00 2001 From: "[Amy Ly]" <[amyly@ufl.edu]> Date: Sun, 22 Jan 2017 12:09:48 -0500 Subject: [PATCH 1/4] changed page background --- todo-src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo-src/style.css b/todo-src/style.css index eb51b03..b745146 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,4 +1,4 @@ /* Styles go here */ body { - background: green; -} + background: #7DC5AF +} \ No newline at end of file From bdf6baf9a122e3feff1b116eab4590a960bcab07 Mon Sep 17 00:00:00 2001 From: "[Amy Ly]" <[amyly@ufl.edu]> Date: Sun, 22 Jan 2017 13:17:04 -0500 Subject: [PATCH 2/4] reverting change --- todo-src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo-src/style.css b/todo-src/style.css index b745146..eb51b03 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,4 +1,4 @@ /* Styles go here */ body { - background: #7DC5AF -} \ No newline at end of file + background: green; +} From 9d81ca55f60263fe147104c182f8924e67795804 Mon Sep 17 00:00:00 2001 From: "[Amy Ly]" <[amyly@ufl.edu]> Date: Sun, 22 Jan 2017 13:52:00 -0500 Subject: [PATCH 3/4] changed bg color --- todo-src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-src/style.css b/todo-src/style.css index eb51b03..1189eb7 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,4 +1,4 @@ /* Styles go here */ body { - background: green; + background: #5999C8; } From cb7521c6d1a0b238bbb3d5a63785daa86d0930a9 Mon Sep 17 00:00:00 2001 From: "[Amy Ly]" <[amyly@ufl.edu]> Date: Mon, 23 Jan 2017 21:37:09 -0500 Subject: [PATCH 4/4] added: submit item with enter key --- todo-src/index.html | 2 +- todo-src/script.js | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/todo-src/index.html b/todo-src/index.html index 89203ad..e940e54 100644 --- a/todo-src/index.html +++ b/todo-src/index.html @@ -15,7 +15,7 @@

My little to do app!

- +