From 48127d40e7a6c54264777e8ce9c2c0df04854645 Mon Sep 17 00:00:00 2001 From: flyingnitin <55970005+flyingnitin@users.noreply.github.com> Date: Tue, 1 Oct 2019 11:09:34 +0530 Subject: [PATCH] Update index.html --- spa/index.html | 123 +++++++++++++++++++++++++++++++------------------ 1 file changed, 78 insertions(+), 45 deletions(-) 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 + + + +