diff --git a/todo-src/index.html b/todo-src/index.html index 89203ad..caee5ee 100644 --- a/todo-src/index.html +++ b/todo-src/index.html @@ -13,7 +13,8 @@

My little to do app!

- + +
@@ -26,6 +27,7 @@

My little to do app!

stuff i gotta do asap

+
  • diff --git a/todo-src/style.css b/todo-src/style.css index 553d571..09457db 100644 --- a/todo-src/style.css +++ b/todo-src/style.css @@ -1,2 +1,5 @@ /* Styles go here */ +body { + background-color: #C71585; +}