diff --git a/css/notes_app.css b/css/notes_app.css index dbe9e7f..7ad2e9c 100644 --- a/css/notes_app.css +++ b/css/notes_app.css @@ -1,3 +1,37 @@ -h1 { - color:green -} \ No newline at end of file +body{ + background-color:#f9f5f4; + columns:#555555; + font-family:Arial, Helvetica, sans-serif; + font-size:16px; +} + +#mainHeader h1{ + margin:0; + padding:2.5px; +} + +#mainHeader h6{ + margin-top:0; + padding:2.5px; +} + +#noteFormDiv{ + display: none; +} + +#noteForm{ + padding:5px; + margin-top:2px; + display: inline-block; + border:1px black solid; +} + +#memo{ + width: 300px; + height: 150px; + box-sizing: border-box; +} + +#input1{ + margin-bottom:5px; +} diff --git a/html/index.html b/html/index.html index e3b02df..1817482 100644 --- a/html/index.html +++ b/html/index.html @@ -4,11 +4,32 @@
Whats the matter ?
+