diff --git a/style.css b/css/style.css similarity index 95% rename from style.css rename to css/style.css index b4c8731..5d38ef6 100644 --- a/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ button { font-family: Helvetica; font-size: 10pt; - width: 92px; + /*width: 92px;*/ } textarea { @@ -21,6 +21,7 @@ body { margin-left: auto; margin-right: auto; padding: 20px; + background-color: #F8F8F8; border: 1px solid #ccc; box-shadow: 0 0 10px #999; @@ -29,7 +30,7 @@ body { color: black; } -#demo input { +#demo #input { padding: 8px; font-size: 14px; border: 1px solid #ddd; @@ -49,4 +50,4 @@ input:focus { textarea:focus { outline: none; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 4793879..5777cbd 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,36 @@