diff --git a/spa/index.html b/spa/index.html
index 36f06aa..8aa0d24 100644
--- a/spa/index.html
+++ b/spa/index.html
@@ -1,50 +1,83 @@
-
-
+
+
-
-
-
- Document
-
-
+To Do list
+
+
+
+
+
-
-
-
-
-
- Add a new todo
-
-
-
-
-
-
-
-
-
-
-
+ .items ul{
+ list-style: none;
+ text-align:left;
+ font-size:25px;
+ background-color: #f0f8ff;
+ margin-left:300px;
+ margin-right: 300px;
+ border: 2px solid #ccc;
+}
+li{
+
+ padding: 10px 20px;
+ border-bottom: 1px solid #ccc;
+
+}
+#delete{
+ float: right;
+}
+body{
+ background-color:lightgreen;
+}
-
-
-
-
-
+input{
+ width: 250px;
+ height: 30px;
+ font-size:25px;
+}
+.container{
+ margin: 100px;
+ text-align: center;
+}
+button{
+ font-size: 22px;
+ background-color: orangered;
+ border-radius: 6px;
+}
+
+
+
+
+
+
TODO List
+
+
+
+
+
-
\ No newline at end of file
+
+
+
+