diff --git a/css/notes_app.css b/css/notes_app.css index 7ad2e9c..8d877bb 100644 --- a/css/notes_app.css +++ b/css/notes_app.css @@ -26,12 +26,12 @@ body{ border:1px black solid; } -#memo{ +#noteText{ width: 300px; height: 150px; box-sizing: border-box; } -#input1{ +#inputTitle{ margin-bottom:5px; } diff --git a/html/index.html b/html/index.html index 1817482..52f5dc3 100644 --- a/html/index.html +++ b/html/index.html @@ -18,18 +18,16 @@