diff --git a/css/notes_app.css b/css/notes_app.css index 0870f95..b11df53 100644 --- a/css/notes_app.css +++ b/css/notes_app.css @@ -22,10 +22,6 @@ body{ border:1px black solid; } -#saveProgressDiv{ - display: none; -} - -#saveProgress{ +progress { width: 312px; } diff --git a/html/index.html b/html/index.html index 94c100d..6e11624 100644 --- a/html/index.html +++ b/html/index.html @@ -22,8 +22,5 @@