diff --git a/spa/index.html b/spa/index.html
index 36f06aa..1ea3fa6 100644
--- a/spa/index.html
+++ b/spa/index.html
@@ -1,50 +1,132 @@
-
-
-
-
-
- Document
-
-
-
-
-
-
-
-
- Add a new todo
-
-
-
-
-
-
-
-
-
-
-
-
-
+ .addBtn:hover {
+ background-color: #bbb;
+ }
+ #clear-list{
+ width: 30%;
+ font-weight: bold;
+ font-style: italic;
+ font-size: xx-large;
+ font-family: "Times New Roman";
+ margin: 40px 35%;
+ background-color: darkblue;
+ color: white;
+ }
+ #clear-list:hover{
+ background-color: blue;
+ color: white;
+ }
+
+
+
+
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+ - Wake Up at 6 am
+ - Have Breakfast
+ - Leave for Work
+
+
+
+