From 6977d44081c4ba95674cdd3eb832d8b9eccc91bb Mon Sep 17 00:00:00 2001 From: Najmus Seemab Date: Wed, 24 Oct 2018 13:11:12 +0530 Subject: [PATCH] Update styles.css comment desc --- public/assets/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/styles.css b/public/assets/styles.css index ee7623d..f61360e 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -3,7 +3,7 @@ body{ font-family: tahoma; color: #989898; } - +//to do table #todo-table{ position: relative; width: 95%; @@ -12,7 +12,7 @@ body{ padding: 20px; box-sizing: border-box; } - +//to do after #todo-table form:after{ margin: 0; content: ''; @@ -41,7 +41,7 @@ button{ cursor: pointer; font-size: 20px; } - +//un order list ul{ list-style-type: none; padding: 0;